projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c56c72
)
[netfilter] package CT target
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Dec 2011 13:32:53 +0000
(13:32 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Dec 2011 13:32:53 +0000
(13:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29609
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/netfilter.mk
patch
|
blob
|
history
diff --git
a/include/netfilter.mk
b/include/netfilter.mk
index
a6b92a1
..
369a63d
100644
(file)
--- a/
include/netfilter.mk
+++ b/
include/netfilter.mk
@@
-62,6
+62,7
@@
$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_TARGET_NOTRACK, $(P_V4)ipt_NOTRA
$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK))
$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_MATCH_CONNTRACK, $(P_V4)ipt_conntrack))
$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_CONNTRACK, $(P_XT)xt_conntrack))
+$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_CT, $(P_XT)xt_CT))
# conntrack-extra
This page took
0.025265 seconds
and
4
git commands to generate.