Merge pull request #11633 from mobash-rasool/fixes3

pim6d: clear interface stats on interface shutdown
This commit is contained in:
Donatas Abraitis 2022-07-18 21:20:27 +03:00 committed by GitHub
commit c1f8c2172e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1768,9 +1768,7 @@ static int pim_ifp_down(struct interface *ifp)
if (ifp->info) {
pim_if_del_vif(ifp);
#if PIM_IPV == 4
pim_ifstat_reset(ifp);
#endif
}
return 0;