move dns server/search list parsing to interface core to support peerdns=0 + static...
[project/netifd.git] / config / network
index 5514b0b..0fa7af4 100644 (file)
@@ -47,8 +47,15 @@ config interface wlan
        option ipaddr   192.168.2.1
        option netmask  255.255.255.0
 
-config interface test
-       option ifname   @test
-       option proto    static
-       option ipaddr   192.168.5.1
-       option netmask  255.255.255.0
+config interface pptp
+       option proto    pptp
+       option server   1.1.1.1
+       option peerdns  0
+       option dns              192.168.10.1
+
+config route
+       option target   192.168.0.1
+       option netmask  24
+       option gateway  192.168.5.2
+       option interface wan
+