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 information > to userspace similarly to 15824ab29f for nfqueue. > > Signed-off-by: Michael Braun <michael-dev@xxxxxxxxxxxxx> > > -- > v2: mirror nfqueue behaviour > v3: remove dep on CONFIG_BRIDGE_NETFILTER, allow NFPROTO_NETDEV, fix size calc Looks good, thanks for addressing all the comments. Reviewed-by: Florian Westphal <fw@xxxxxxxxx>