git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a6beb3c
)
applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options
author
Jo-Philipp Wich
<redacted>
Fri, 16 Jan 2009 18:44:39 +0000
(18:44 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 16 Jan 2009 18:44:39 +0000
(18:44 +0000)
applications/luci-fw/root/lib/uci/schema/default/firewall
patch
|
blob
|
history
diff --git
a/applications/luci-fw/root/lib/uci/schema/default/firewall
b/applications/luci-fw/root/lib/uci/schema/default/firewall
index 3c2de46219c1b27abfaa0fbdb9cec5ca1cf67fe3..35ff0565cc749a3936cba76682798a171987186e 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT