Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked
authorclaudio <claudio@openbsd.org>
Mon, 13 Mar 2023 16:52:41 +0000 (16:52 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 13 Mar 2023 16:52:41 +0000 (16:52 +0000)
commitf337fe2fe7a360ff4ecbd9ea137111735307ccb2
tree7b338f4f94183c3593a3e4e55d2f024679cb72ca
parentf7868bdebfa92e2e4a6566a8b54351d62d0d77a5
Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked
and ineligible paths.
While there rename F_PREF_OTC_LOOP to F_PREF_OTC_LEAK since this indicates
that a route leak was detected.
OK tb@
usr.sbin/bgpd/bgpd.h
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_decide.c
usr.sbin/bgpd/rde_update.c