diff options
author | David Forster <dforster@brocade.com> | 2017-02-23 16:27:18 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-06 17:10:20 -0800 |
commit | df789fe752065f2ce761ba434125e335b514899f (patch) | |
tree | 4c3ac60b2b6abdce717cb51beee5b63168987ddb /include/linux/ipv6.h | |
parent | 88da73a3a5da989cc986a4b1f6a40e3292fc93d1 (diff) |
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/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 71be5b330d21..f0d79bd054ca 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -70,6 +70,7 @@ struct ipv6_devconf { #endif __u32 enhanced_dad; __u32 addr_gen_mode; + __s32 disable_policy; struct ctl_table_header *sysctl_header; }; |