applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options
[project/luci.git] / applications / luci-fw / root / lib / uci / schema / default / firewall
index 3c2de46..35ff056 100644 (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