projects
/
oweals
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c79bb76
)
remove unused notrack chain
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Feb 2013 21:56:01 +0000
(22:56 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Feb 2013 21:56:01 +0000
(22:56 +0100)
zones.c
patch
|
blob
|
history
diff --git
a/zones.c
b/zones.c
index 576ad423823ce1c1628319032967dfe48dc8b334..e6c88db7945e77db00dc459ff69507c47470d576 100644
(file)
--- a/
zones.c
+++ b/
zones.c
@@
-47,8
+47,6
@@
static const struct chain dst_chains[] = {
C(V4, NAT, SNAT, "zone_%s_postrouting"),
C(V4, NAT, DNAT, "zone_%s_prerouting"),
-
- C(ANY, RAW, NOTRACK, "zone_%s_notrack"),
};
const struct fw3_option fw3_zone_opts[] = {