On Mon, 15 Jul 2019 18:21:28 -0300, Martin Pieuchot wrote: > We have many home brewed ways to check Ethernet addresses. This diff > introduces two macros similar to ETHER_IS_MULTICAST() and make use of > them in bridge(4) and generic Ethernet layer.
I think you can also replace the ether_isbcast, ether_isequal and ether_cmp macros in net/if_gre.c as well. - todd