Skip to content

Commit

Permalink
[XFRM] POLICY: Add Kconfig to support sub policy.
Browse files Browse the repository at this point in the history
Add Kconfig to support sub policy.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Sep 22, 2006
1 parent 01be8e5 commit c11f1a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ config XFRM_USER

If unsure, say Y.

config XFRM_SUB_POLICY
bool "Transformation sub policy support (EXPERIMENTAL)"
depends on XFRM && EXPERIMENTAL
---help---
Support sub policy for developers. By using sub policy with main
one, two policies can be applied to the same packet at once.
Policy which lives shorter time in kernel should be a sub.

If unsure, say N.

config NET_KEY
tristate "PF_KEY sockets"
select XFRM
Expand Down

0 comments on commit c11f1a1

Please sign in to comment.