projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ad9de
)
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)
SVN-Revision: 21509
package/firewall/files/firewall.config
patch
|
blob
|
history
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index 7682ace78dbb986060c35d708080288f7f7819eb..7904cedb879140804a8afa1f7f76258538a05516 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