]> git.sur5r.net Git - freertos/commitdiff
Ensure the statically configured gateway address is on the same subnet.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 09:08:29 +0000 (09:08 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 09:08:29 +0000 (09:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2055 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h

index eaf23aad8ff40eaa9367322362bbc2f7955de09a..617491bc8fdd55ba260dec39d73d621c90fcaae7 100644 (file)
@@ -252,9 +252,9 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
 \r
 /* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
 0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    192\r
-#define configGATEWAY_ADDR1    168\r
-#define configGATEWAY_ADDR2    1\r
+#define configGATEWAY_ADDR0    172\r
+#define configGATEWAY_ADDR1    25\r
+#define configGATEWAY_ADDR2    218\r
 #define configGATEWAY_ADDR3    1\r
 \r
 /* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r