diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-07-18 21:20:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 21:20:27 +0300 |
| commit | c1f8c2172e6cdb4b9dc34c15082d3d37bf127adc (patch) | |
| tree | a3c8e939eb3ca5d64a414a97406812e6b77adbee | |
| parent | 13d72310394696c0bdbea47772764db8837e67f1 (diff) | |
| parent | 6fe9b9d6005cf2f37fb15abc3da678ff8dbfa1e7 (diff) | |
Merge pull request #11633 from mobash-rasool/fixes3
pim6d: clear interface stats on interface shutdown
| -rw-r--r-- | pimd/pim_iface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index 73b6ca951a..20a5a2f528 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -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; |
