Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nl_l3::del_l3_neigh_egress(): remove created VLAN as well
In add_l3_neigh_egress() we add a VLAN (reference), but we never remove it in del_l3_neigh_egress(). This creates a reference imbalance, and causes the vlan to be never deleted once there was a neighbor on an interface. Fix this by removing the VLAN on removal as well. Signed-off-by: Jonas Gorski <[email protected]>
- Loading branch information