applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options
This commit is contained in:
parent
a6beb3cd41
commit
abae7b063c
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue