diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-02-04 13:31:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-11 04:27:36 -0500 |
commit | 7a02bf892d8f1e5298af1676f001bee410509d80 (patch) | |
tree | dcdd03f7fdedaf5c1ff5363415b68afe6ac57374 /include/uapi | |
parent | abbc30436d39dfed8ebfca338d253f211ac7b094 (diff) | |
download | linux-next-7a02bf892d8f1e5298af1676f001bee410509d80.tar.gz |
ipv6: add option to drop unsolicited neighbor advertisements
In certain 802.11 wireless deployments, there will be NA proxies
that use knowledge of the network to correctly answer requests.
To prevent unsolicitd advertisements on the shared medium from
being a problem, on such deployments wireless needs to drop them.
Enable this by providing an option called "drop_unsolicited_na".
Signed-off-by: Johannes Berg <johannes.berg@intel.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 4c413570efe8..ec117b65d5a5 100644 --- a/include/uapi/linux/ipv6.h +++ b/include/uapi/linux/ipv6.h @@ -175,6 +175,7 @@ enum { DEVCONF_ACCEPT_RA_MIN_HOP_LIMIT, DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN, DEVCONF_DROP_UNICAST_IN_L2_MULTICAST, + DEVCONF_DROP_UNSOLICITED_NA, DEVCONF_MAX }; |