Re: [PATCH v6 3/3] batman-adv: avoid adding bridge VLAN IDs through ndo_vlan_rx_add_vid()
Sven Eckelmann <[email protected]>
| Newsgroups | org.open-mesh.lists.batman |
|---|---|
| Message-ID | <177875180718.12060.5837652701808607571.b4-review@b4> |
On Fri, 21 Feb 2025 18:27:33 +0100, Sven Eckelmann <[email protected]> wrote: > diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c > index 97665c30..17463c28 100644 > --- a/net/batman-adv/multicast.c > +++ b/net/batman-adv/multicast.c > @@ -56,6 +56,7 @@ > #include "log.h" > #include "netlink.h" > #include "send.h" > +#include "mesh-interface.h" > #include "translation-table.h" > #include "tvlv.h" This include belongs before the "netlink.h" include -- Sven Eckelmann <[email protected]>