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).