summaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
authorDavid Forster2017-02-23 17:27:18 +0100
committerDavid S. Miller2017-03-07 02:10:20 +0100
commitdf789fe752065f2ce761ba434125e335b514899f (patch)
tree4c3ac60b2b6abdce717cb51beee5b63168987ddb /include/linux/ipv6.h
parentnet: smsc: smc91c92_cs: use new api ethtool_{get|set}_link_ksettings (diff)
downloadkernel-qcow2-linux-df789fe752065f2ce761ba434125e335b514899f.tar.gz
kernel-qcow2-linux-df789fe752065f2ce761ba434125e335b514899f.tar.xz
kernel-qcow2-linux-df789fe752065f2ce761ba434125e335b514899f.zip
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.h1
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;
};