source: mainline/uspace/srv/net/cfg/lo.nic@ 790d6d1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 790d6d1 was 77a69ea, checked in by Jiri Svoboda <jiri@…>, 14 years ago

Allow multiple tasks to register for loc category change events.
Open NIC devices via location service, discover using category change events.
Eliminate device_added driver entry point.
loc_service_get_name() should return fully qualified service name.

  • Property mode set to 100644
File size: 152 bytes
RevLine 
[01a9ef5]1# loopback configuration
2
3NAME=lo
4
[77a69ea]5HWPATH=devices/\virt\lo\port0
[01a9ef5]6NIL=nildummy
7IL=ip
8
9IP_CONFIG=static
10IP_ADDR=127.0.0.1
11IP_NETMASK=255.0.0.0
12
13MTU=15535
Note: See TracBrowser for help on using the repository browser.