projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e903e01
)
[package] firewall: don't apply default udp/68 rule to ip6tables
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 May 2010 21:37:12 +0000
(21:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 May 2010 21:37:12 +0000
(21:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21509
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/firewall/files/firewall.config
patch
|
blob
|
history
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index
7682ace
..
7904ced
100644
(file)
--- a/
package/firewall/files/firewall.config
+++ b/
package/firewall/files/firewall.config
@@
-31,6
+31,7
@@
config rule
option proto udp
option dest_port 68
option target ACCEPT
+ option family ipv4
#Allow ping
config rule