We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850f8b commit afcb50bCopy full SHA for afcb50b
net/bridge/br_vlan_tunnel.c
@@ -85,6 +85,8 @@ static int __vlan_tunnel_info_add(struct net_bridge_vlan_group *vg,
85
return 0;
86
out:
87
dst_release(&vlan->tinfo.tunnel_dst->dst);
88
+ vlan->tinfo.tunnel_dst = NULL;
89
+ vlan->tinfo.tunnel_id = 0;
90
91
return err;
92
}
0 commit comments