* 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 494db3f..3d293ad 100644 (file)
@@ -64,6 +64,13 @@ config variable
        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'
        option section  'firewall.zone'