From 38277ffc234acaae8fa0d2832cc7ce5b05c32395 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 4 Apr 2016 16:53:12 +0300 Subject: vlan_mon: make possible to work other module after message "vlan not started" --- accel-pppd/ctrl/pppoe/pppoe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'accel-pppd/ctrl/pppoe/pppoe.c') diff --git a/accel-pppd/ctrl/pppoe/pppoe.c b/accel-pppd/ctrl/pppoe/pppoe.c index 70978cf3..4e4b3811 100644 --- a/accel-pppd/ctrl/pppoe/pppoe.c +++ b/accel-pppd/ctrl/pppoe/pppoe.c @@ -1721,6 +1721,7 @@ void pppoe_vlan_mon_notify(int ifindex, int vid, int vlan_ifindex) log_warn("pppoe: vlan %s not started\n", ifname); iplink_vlan_del(ifr.ifr_ifindex); + vlan_mon_del_vid(ifindex, ETH_P_PPP_DISC, vid); } static void add_vlan_mon(const char *opt, long *mask) -- cgit v1.2.3