fix subnet mask
Stefan Schuermans

Stefan Schuermans commited on 2012-03-19 23:31:20
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -10,7 +10,7 @@
10 10
 // IP configuration
11 11
 /* extern */ struct config_ip config_ip = {
12 12
   .ip = { 192, 168, 0, 89 },
13
-  .mask = { 255, 255, 0, 0 },
13
+  .mask = { 255, 255, 255, 0 },
14 14
   .gw = { 192, 168, 0, 1 }
15 15
 };
16 16
 
17 17