* luci/libs/uvl: add "network" option to firewall scheme
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Sep 2008 10:52:40 +0000 (10:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Sep 2008 10:52:40 +0000 (10:52 +0000)
libs/uvl/root/lib/uci/schema/default/firewall

index 494db3fcac18af9b2c799448d366cc5366ecc8e0..3d293ad61fe4db4b1ceaf2d62d779eaa0a413f1b 100644 (file)
@@ -63,6 +63,13 @@ config variable
        option section  'firewall.zone'
        option required true
 
+config variable
+       option name     'network'
+       option title    'Associated network of this firewall zone'
+       option section  'firewall.zone'
+#      option valueof  'network.interface'
+#      option type     'lazylist'
+
 config variable
        option name     'forward'
        option title    'Zone specific action for forwarded traffic'