]> git.puffer.fish Git - mirror/frr.git/commit
isisd: Add CLI command to show SRv6 node info
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Thu, 2 Feb 2023 10:29:09 +0000 (11:29 +0100)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 15:34:51 +0000 (17:34 +0200)
commitfb9eb231f4eb130c6c11b4108faf69af37bcb56d
tree589b55192bf5a5d58f67c11fe988768b83f67209
parent00a05b79b69f6e85402f668f3d4642405fba0998
isisd: Add CLI command to show SRv6 node info

Add a CLI command to print SRv6 capabilities, algorithms and MSDs
supported by the IS-IS nodes.

Example:

r1# show isis segment-routing srv6 node
Area FOO:
 IS-IS L1 SRv6-Nodes:

 IS-IS L2 SRv6-Nodes:

 System ID       Algorithm  SRH Max SL  SRH Max End Pop  SRH Max H.encaps  SRH Max End D
 -----------------------------------------------------------------------------------------
 1111.1111.1111  SPF        16          0                1                 2
 2222.2222.2222  SPF        16          0                1                 2

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
isisd/isis_srv6.c