Added proto: none to network scheme
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / network
index 81c8afc..62790cb 100644 (file)
@@ -114,6 +114,11 @@ config variable
 
 config enum
        option variable 'network.interface.proto'
+       option value    'none'
+       option title    'Disabled'
+
+config enum
+       option variable 'network.interface.proto'
        option value    'dhcp'
        option title    'Retrieve IP address via DHCP'
        option default  true