15 lines
No EOL
288 B
Text
15 lines
No EOL
288 B
Text
|
|
config interface 'loopback'
|
|
option ifname 'lo'
|
|
option proto 'static'
|
|
option ipaddr '127.0.0.1'
|
|
option netmask '255.0.0.0'
|
|
|
|
config interface 'apctl'
|
|
option ifname 'eth0.2'
|
|
option proto 'dhcp'
|
|
|
|
config interface 'lan'
|
|
option type 'bridge'
|
|
option ifname 'eth0'
|
|
option proto 'static' |