This commit is contained in:
root 2011-06-20 18:44:22 +02:00
parent 3bd6f96f91
commit f5c3f07b25

View file

@ -1175,10 +1175,10 @@ int mmnif_open()
* Note: core 1 is the router core
*/
IP4_ADDR(&gw, 0,0,0,0);
DEBUGPRINTF("BBBBBBBB INIT BBBBBBB");
IP4_ADDR(&ipaddr, 192,168,0,get_my_core_no() +1);
IP4_ADDR(&netmask, 255,0,0,0);
DEBUGPRINTF("BBBBBBBB INIT BBBBBBB");
own_ip_address+= get_my_core_no() +1;
#ifdef WIN32
mmnif_dev = malloc(sizeof(struct netif));