detach stdin/stdout/stderr from child processes, implement a separate logging pipe...
[project/netifd.git] / config / network
index 2b4549d..e39164a 100644 (file)
@@ -33,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