summaryrefslogtreecommitdiff
path: root/doc/manpages/conf.py
diff options
context:
space:
mode:
authorG. Paul Ziemba <paulz@labn.net>2018-04-09 13:28:11 -0700
committerG. Paul Ziemba <paulz@labn.net>2018-04-27 17:34:43 -0700
commit9df8b37c72854fc965c452d17ef38bf4aae8dfee (patch)
tree71c930db8c2329a2dafc4817cd49f75ffeabd679 /doc/manpages/conf.py
parentd90b2b73cb174e781b796d2f9c7a9075e4327a59 (diff)
bgpd: when showing routes, add nexthop vrf and announce-self flag
As part of recent vpn-vrf leaking changes, it is now possible for a route to refer to a nexthop in a different vrf. There is also a new route flag that means "when announcing this route, indicate myself as the next-hop." route_vty_out(): nexthops are appended with: "@VRFID" (where VRFID is the numerical vrf id) when different from the route's vrf; "<" when the route's BGP_INFO_ANNC_NH_SELF is set This change also shows the route table's vrf id in the table header. route_vty_out_detail(): show nexthop's vrf and announce-nh-self flag if appropriate. Both functions are also augmented to add json elements nhVrfId, nhVrfName, and announceNexthopSelf as appropriate. The intent of these changes is to make it easier to understand/debug the relationship between a route and its nexthops. Signed-off-by: G. Paul Ziemba <paulz@labn.net>
Diffstat (limited to 'doc/manpages/conf.py')
0 files changed, 0 insertions, 0 deletions