On Mon, Aug 05, 2019 at 12:35:16PM +0200, Florian Westphal wrote: > Michael Braun <michael-dev@xxxxxxxxxxxxx> wrote: > > Currently, there is no vlan information (e.g. when used with a vlan aware > > bridge) passed to userspache, HWHEADER will contain an 08 00 (ip) suffix > > even for tagged ip packets. > > > > Therefore, add an extra netlink attribute that passes the vlan tag to > > userspace. Userspace might need to handle PCP/DEI included in this field. > > > > Signed-off-by: Michael Braun <michael-dev@xxxxxxxxxxxxx> > > nfqueue has nfqnl_put_bridge() helper which will plcae both tci and > proto in a nested attribute, I wonder if we can just re-use that? > > (Yes, we need new attributes unfortunately). Indeed, something similar to nfqnl_put_bridge() would be great to get nfnetlink_log in feature parity with nfnetlink_queue. Thanks.