]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSD: Add support for route(4) message filtering
authorRoy Marples <roy@marples.name>
Wed, 18 Sep 2019 11:50:36 +0000 (12:50 +0100)
committerJouni Malinen <j@w1.fi>
Thu, 19 Sep 2019 09:16:49 +0000 (12:16 +0300)
commita3ebf71751ea50a18ff937e609cc3c987d36f389
tree699022caefa1d8126b0dfb3f20d8062538a6e9aa
parentc532abb158173aa11c97fcd66b2de3a0b971d044
BSD: Add support for route(4) message filtering

hostapd is only interested in RTM_IEEE80211.
wpa_supplicant is only interested in RTM_IEEE80211, RTM_IFINFO and
RTM_IFANNOUNCE.

This supports the NetBSD RO_MSGFILTER interface and the alternative
DragonFlyBSD/OpenBSD interface ROUTE_MSGFILTER.

Signed-off-by: Roy Marples <roy@marples.name>
src/drivers/driver_bsd.c