add support for interfaces with ipv6, but no ipv4 (patch from #2695)
[openwrt.git] / package / base-files / files / etc / config / network
index 1d5ded3..a35fd2e 100644 (file)
@@ -8,6 +8,7 @@ config interface loopback
 
 config interface lan
        option ifname   eth0
+       option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
This page took 0.021697 seconds and 4 git commands to generate.