mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 16:39:33 +00:00
Merge pull request #11633 from mobash-rasool/fixes3
pim6d: clear interface stats on interface shutdown
This commit is contained in:
commit
c1f8c2172e
@ -1768,9 +1768,7 @@ static int pim_ifp_down(struct interface *ifp)
|
|||||||
|
|
||||||
if (ifp->info) {
|
if (ifp->info) {
|
||||||
pim_if_del_vif(ifp);
|
pim_if_del_vif(ifp);
|
||||||
#if PIM_IPV == 4
|
|
||||||
pim_ifstat_reset(ifp);
|
pim_ifstat_reset(ifp);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user