diff --git a/libs/uvl/root/lib/uci/schema/default/firewall b/libs/uvl/root/lib/uci/schema/default/firewall index 494db3fcac..3d293ad61f 100644 --- a/libs/uvl/root/lib/uci/schema/default/firewall +++ b/libs/uvl/root/lib/uci/schema/default/firewall @@ -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'