Skip to content

Commit fbec443

Browse files
Nikolay Aleksandrovdavem330
authored andcommitted
net: bridge: add vlan_tunnel to bridge port policies
Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL so add it now. CC: Roopa Prabhu <[email protected]> Fixes: efa5356 ("bridge: per vlan dst_metadata netlink support") Signed-off-by: Nikolay Aleksandrov <[email protected]> Acked-by: Roopa Prabhu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0d63785 commit fbec443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/bridge/br_netlink.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ static const struct nla_policy br_port_policy[IFLA_BRPORT_MAX + 1] = {
657657
[IFLA_BRPORT_MCAST_TO_UCAST] = { .type = NLA_U8 },
658658
[IFLA_BRPORT_MCAST_FLOOD] = { .type = NLA_U8 },
659659
[IFLA_BRPORT_BCAST_FLOOD] = { .type = NLA_U8 },
660+
[IFLA_BRPORT_VLAN_TUNNEL] = { .type = NLA_U8 },
660661
[IFLA_BRPORT_GROUP_FWD_MASK] = { .type = NLA_U16 },
661662
[IFLA_BRPORT_NEIGH_SUPPRESS] = { .type = NLA_U8 },
662663
};

0 commit comments

Comments
 (0)