gluon/package/gluon-ebtables-limit-arp
Linus Lüssing 951b6632bc gluon-ebtables-limit-arp: do not add multicast addresses to filter
With the batman-adv multicast support compiled back in again we end up
with multicast addresses in the batman-adv translation table.

Currently we wrongly interpret multicast addresses returned by TT as a
unique host, too, which adds them with a source address filter to
ebtables as well. However, the source address of an ethernet frames is
never supposed to be a multicat one.

This leads to unnecessary entries in ebtables. Fixing this by ignoring
those MAC addreses returned by TT which have the multicast bit set.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
2018-04-01 03:26:50 +02:00
..
files gluon-ebtables-limit-arp: a package for ARP rate-limiting 2018-02-15 23:21:11 +01:00
src gluon-ebtables-limit-arp: do not add multicast addresses to filter 2018-04-01 03:26:50 +02:00
Makefile gluon.mk: remove GLUON_PKG_MAKE option 2018-03-09 10:05:44 +01:00