Add skeleton for netifd.

This commit is contained in:
jbnadal
2016-12-13 17:29:43 +01:00
parent d4fe54a278
commit 8d1596c4bf
20 changed files with 1551 additions and 32 deletions

View File

@@ -0,0 +1,9 @@
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface wan
option ifname eth0
option proto dhcp