Make it possible to match on path-id in bgpctl show rib outputs.
authorclaudio <claudio@openbsd.org>
Mon, 9 Aug 2021 08:24:36 +0000 (08:24 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 9 Aug 2021 08:24:36 +0000 (08:24 +0000)
commit46daf8ccaf7ebe86b50b9b71eb03242ad5810152
tree415fed5e7a182c13207e30aab443dca060ca1691
parent29b527fbceb4acb28e73921375a1dc40b0b8ad97
Make it possible to match on path-id in bgpctl show rib outputs.
To work properly also a neighbor needs to be selected. The assumption
here is that the peer will use the same path-id for the same peer
accross all its routes. The RFC does not require this and it is valid
to assign path-ids randomly. The path-id only matters for one specific
path but most BGP implementations seem to assign the same path-id to
multiple routes when originated from the same source.
OK benno@
usr.sbin/bgpctl/bgpctl.8
usr.sbin/bgpctl/bgpctl.c
usr.sbin/bgpctl/parser.c
usr.sbin/bgpctl/parser.h