Added proto: none to network scheme
authorSteven Barth <steven@midlink.org>
Sat, 6 Sep 2008 16:46:27 +0000 (16:46 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 6 Sep 2008 16:46:27 +0000 (16:46 +0000)
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'
 
 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
        option value    'dhcp'
        option title    'Retrieve IP address via DHCP'
        option default  true