diff options
author | David Forster <dforster@brocade.com> | 2017-02-23 19:27:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-07 04:10:20 +0300 |
commit | df789fe752065f2ce761ba434125e335b514899f (patch) | |
tree | 4c3ac60b2b6abdce717cb51beee5b63168987ddb /include/uapi/linux/ipv6.h | |
parent | 88da73a3a5da989cc986a4b1f6a40e3292fc93d1 (diff) | |
download | linux-df789fe752065f2ce761ba434125e335b514899f.tar.xz |
ipv6: Provide ipv6 version of "disable_policy" sysctl
This provides equivalent functionality to the existing ipv4
"disable_policy" systcl. ie. Allows IPsec processing to be skipped
on terminating packets on a per-interface basis.
Signed-off-by: David Forster <dforster@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/ipv6.h')
-rw-r--r-- | include/uapi/linux/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ipv6.h b/include/uapi/linux/ipv6.h index 8ef9e75e004e..d8f6a1ac9af4 100644 --- a/include/uapi/linux/ipv6.h +++ b/include/uapi/linux/ipv6.h @@ -183,6 +183,7 @@ enum { DEVCONF_SEG6_REQUIRE_HMAC, DEVCONF_ENHANCED_DAD, DEVCONF_ADDR_GEN_MODE, + DEVCONF_DISABLE_POLICY, DEVCONF_MAX }; |