lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since d9fae235 was 14f1db0, checked in by Martin Decky <martin@…>, 15 years ago |
networking overhaul:
- separation of conserns
- removal of (almost all) overlaping symbols, libnetif is not needed anymore
- again, it is possible to build the networking in multiple architecture configurations (however, currently only the bundling netif and nil layers is supported, more to come)
- code style updates and fixes (still a huge amount of work to do)
|
-
Property mode
set to
100644
|
File size:
125 bytes
|
Line | |
---|
1 | # loopback configuration
|
---|
2 |
|
---|
3 | NAME=lo
|
---|
4 |
|
---|
5 | NETIF=lo
|
---|
6 | NIL=lo
|
---|
7 | IL=ip
|
---|
8 |
|
---|
9 | IP_CONFIG=static
|
---|
10 | IP_ADDR=127.0.0.1
|
---|
11 | IP_NETMASK=255.0.0.0
|
---|
12 |
|
---|
13 | MTU=15535
|
---|
Note:
See
TracBrowser
for help on using the repository browser.