mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
bfdd: do not insert obs entry in the list, once disabled
the bfd entry has not to be inserted in the obs list again. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
b433551595
commit
3e60827a3b
@ -607,7 +607,6 @@ static void bfdd_sessions_disable_interface(struct interface *ifp)
|
|||||||
/* Try to enable it. */
|
/* Try to enable it. */
|
||||||
bfd_session_disable(bs);
|
bfd_session_disable(bs);
|
||||||
|
|
||||||
TAILQ_INSERT_HEAD(&bglobal.bg_obslist, bso, bso_entry);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user