]> git.ipfire.org Git - thirdparty/hostap.git/commit
Make IPv6 NA multicast-to-unicast conversion configurable
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Apr 2015 09:30:09 +0000 (12:30 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Apr 2015 09:30:09 +0000 (12:30 +0300)
commit4a7ce984690d373484fcef388b468e034e448c92
tree91fa6b18afab9090dccfde04f49c98e167931022
parent9f390f431c47bfbde7f97425c0b5e8cf336b4701
Make IPv6 NA multicast-to-unicast conversion configurable

This can be used with Proxy ARP to allow multicast NAs to be forwarded
to associated STAs using link layer unicast delivery. This used to be
hardcoded to be enabled, but it is now disabled by default and can be
enabled with na_mcast_to_ucast=1. This functionality may not be desired
in all networks and most cases work without it, so the new
default-to-disabled is more appropriate.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/ndisc_snoop.c