Changes in uspace/srv/net/inetsrv/inet_link.c [feeac0d:695b6ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_link.c
rfeeac0d r695b6ff 235 235 inet_addrobj_t *addr = NULL; 236 236 237 /* XXX FIXME Cannot rely on loopback being the first IP link service!! */ 237 238 if (first_link) { 238 239 addr = inet_addrobj_new(); … … 240 241 inet_naddr(&addr->naddr, 127, 0, 0, 1, 24); 241 242 first_link = false; 242 } else {243 /*244 * FIXME245 * Setting static IPv4 address for testing purposes:246 * 10.0.2.15/24247 */248 addr = inet_addrobj_new();249 250 inet_naddr(&addr->naddr, 10, 0, 2, 15, 24);251 243 } 252 244
Note:
See TracChangeset
for help on using the changeset viewer.