applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options

This commit is contained in:
Jo-Philipp Wich 2009-01-16 18:44:39 +00:00
parent a6beb3cd41
commit abae7b063c

View file

@ -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