X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=config%2Fnetwork;h=e39164a1ca63b75bf3bc7cc07114df487ae85fe8;hb=b314737e9a0f0df710ba5e8691882cd7d42faaf5;hp=9ef5eb10582afe7d666c0969dd6c307647f9871e;hpb=84b04742fed90f8647c0c78396bd4b690cab5a33;p=project%2Fnetifd.git diff --git a/config/network b/config/network index 9ef5eb1..e39164a 100644 --- a/config/network +++ b/config/network @@ -9,7 +9,8 @@ config interface loopback config device option name br-lan option type bridge - option ifname "eth0.1 eth0.2" + list ifname eth0.1 + list ifname eth0.2 option mtu 1500 config device @@ -32,4 +33,10 @@ config interface lan2 option ipaddr 192.168.1.1 option netmask 255.255.255.0 option gateway 192.168.1.2 + option dns '192.168.1.5 192.168.1.6' +config interface wan + option proto pppoe + option ifname br-lan2 + option username foo + option password bar