diff options
Diffstat (limited to 'net/8021q/vlan.c')
| -rw-r--r-- | net/8021q/vlan.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 7850412f52b..0eb1a886b37 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c @@ -124,6 +124,9 @@ void unregister_vlan_dev(struct net_device *dev, struct list_head *head)  	grp->nr_vlans--; +	if (vlan->flags & VLAN_FLAG_GVRP) +		vlan_gvrp_request_leave(dev); +  	vlan_group_set_device(grp, vlan_id, NULL);  	if (!grp->killall)  		synchronize_net();  |