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 81c8afc5f9ddba708504fbdcdfe1e7a361dade34..62790cbb537714a21d6c695518dd766e65925bc6 100644 (file)
@@ -112,6 +112,11 @@ config variable
        option type             'enum'
        option required true
 
+config enum
+       option variable 'network.interface.proto'
+       option value    'none'
+       option title    'Disabled'
+
 config enum
        option variable 'network.interface.proto'
        option value    'dhcp'