diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2024-06-06 18:03:24 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2024-06-21 15:40:23 +0200 |
| commit | df723ccfb70e4c416bb74fc52cfc8b9dd1384314 (patch) | |
| tree | 9f2aeafd320ab2c4768dd357d5328929c767ba5e /tests/topotests/bgp_oad/test_bgp_oad.py | |
| parent | bf5f0f19eb1af1bfc130f1839b74dc2af309db49 (diff) | |
isisd: show isis route uses ttable for paths
This is a preliminary commit, so that route paths are visible from json.
Before:
> IS-IS paths to level-1 routers that speak IPv6
> Vertex Type Metric Next-Hop Interface Parent
> rt1
> 2001:db8:1000::1/128 IP6 internal 0 rt1(4)
> rt2 TE-IS 10 rt2 eth-rt2 rt1(4)
> rt3 TE-IS 10 rt3 eth-rt3 rt1(4)
> 2001:db8:1000::2/128 IP6 internal 20 rt2 eth-rt2 rt2(4)
> 2001:db8:1000::3/128 IP6 internal 20 rt3 eth-rt3 rt3(4)
After:
> Vertex Type Metric Next-Hop Interface Parent
> -------------------------------------------------------------------------
> rt1
> 2001:db8:1000::1/128 IP6 internal 0 rt1(4)
> rt2 TE-IS 10 rt2 eth-rt2 rt1(4)
> rt3 TE-IS 10 rt3 eth-rt3 rt1(4)
> 2001:db8:1000::2/128 IP6 internal 20 rt2 eth-rt2 rt2(4)
> 2001:db8:1000::3/128 IP6 internal 20 rt3 eth-rt3 rt3(4)
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'tests/topotests/bgp_oad/test_bgp_oad.py')
0 files changed, 0 insertions, 0 deletions
