diff options
| author | 2017-02-23 16:27:18 +0000 | |
|---|---|---|
| committer | 2017-03-06 17:10:20 -0800 | |
| commit | df789fe752065f2ce761ba434125e335b514899f (patch) | |
| tree | 4c3ac60b2b6abdce717cb51beee5b63168987ddb /include/uapi | |
| parent | net: smsc: smc91c92_cs: use new api ethtool_{get|set}_link_ksettings (diff) | |
| download | linux-dev-df789fe752065f2ce761ba434125e335b514899f.tar.xz linux-dev-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/uapi')
| -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 }; |
