Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39682
b: refs/heads/master
c: c08de5d
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Oct 16, 2006
1 parent a647628 commit c76d0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9f54596fa20be3edefaa0b24c8714edb945eeaa
refs/heads/master: c08de5d5308ae0d20290344551ddd9cea8ded661
4 changes: 3 additions & 1 deletion trunk/net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ config NETFILTER_XT_TARGET_SECMARK

config NETFILTER_XT_TARGET_CONNSECMARK
tristate '"CONNSECMARK" target support'
depends on NETFILTER_XTABLES && (NF_CONNTRACK_SECMARK || IP_NF_CONNTRACK_SECMARK)
depends on NETFILTER_XTABLES && \
((NF_CONNTRACK && NF_CONNTRACK_SECMARK) || \
(IP_NF_CONNTRACK && IP_NF_CONNTRACK_SECMARK))
help
The CONNSECMARK target copies security markings from packets
to connections, and restores security markings from connections
Expand Down

0 comments on commit c76d0f6

Please sign in to comment.