projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.config
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
old mode 100755
(executable)
new mode 100644
(file)
index
e903519
..
464540f
--- a/
package/firewall/files/firewall.config
+++ b/
package/firewall/files/firewall.config
@@
-20,6
+20,11
@@
config zone
config forwarding
option src lan
option dest wan
config forwarding
option src lan
option dest wan
+ option mtu_fix 1
+
+# include a file with users custom iptables rules
+config include
+ option path /etc/firewall.user
### EXAMPLE CONFIG SECTIONS
### EXAMPLE CONFIG SECTIONS
@@
-52,10
+57,6
@@
config forwarding
# option dest_port 80
# option proto tcp
# option dest_port 80
# option proto tcp
-# include a file with users custom iptables rules
-#config include
-# option path /etc/firewall.user
-
### FULL CONFIG SECTIONS
#config rule
### FULL CONFIG SECTIONS
#config rule
This page took
0.022456 seconds
and
4
git commands to generate.