diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-16 18:44:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-16 18:44:39 +0000 |
commit | abae7b063cedfec21550d28b37a0cb27081bb839 (patch) | |
tree | 61d17f45b08b5281b2ad73fb300612410f4212bf /applications | |
parent | a6beb3cd41fd6e16b33bea9f20009cf72f204b40 (diff) |
applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-fw/root/lib/uci/schema/default/firewall | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-fw/root/lib/uci/schema/default/firewall b/applications/luci-fw/root/lib/uci/schema/default/firewall index 3c2de4621..35ff0565c 100644 --- a/applications/luci-fw/root/lib/uci/schema/default/firewall +++ b/applications/luci-fw/root/lib/uci/schema/default/firewall @@ -78,6 +78,12 @@ config variable option section 'firewall.defaults' option datatype 'boolean' +config variable + option name 'drop_invalid' + option title 'Do not drop packages with state invalid' + option section 'firewall.defaults' + option datatype 'boolean' + config section @@ -99,6 +105,12 @@ config variable option valueof 'firewall.zone.name' option required true +config variable + option name 'mtu_fix' + option title 'Fixup MTU of outgoing packages' + option section 'firewall.forwarding' + option datatype 'boolean' + config section |