-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The topotest for End.B6.Encaps binding sid is provided. At rt4 out the effect of End.B6.Encaps: 1. decrement the counter of the current segment list 2. add the SRH [0]fc00:0:5::, [1]fc00:0:4:: Signed-off-by: Dmytro Shytyi <[email protected]>
- Loading branch information
1 parent
afe0cb2
commit ba152a8
Showing
3 changed files
with
229 additions
and
4 deletions.
There are no files selected for viewing
Empty file.
25 changes: 25 additions & 0 deletions
25
tests/topotests/isis_srv6_te_topo1/rt2/step6/show_ipv6_route.ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"fc00:0:2::/128":[ | ||
{ | ||
"prefix":"fc00:0:2::/128", | ||
"prefixLen":128, | ||
"protocol":"isis", | ||
"vrfId":0, | ||
"vrfName":"default", | ||
"selected":true, | ||
"installed":true, | ||
"table":254, | ||
"nexthops":[ | ||
{ | ||
"flags":3, | ||
"fib":true, | ||
"directlyConnected":true, | ||
"weight":1, | ||
"seg6local":{ | ||
"action":"End" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters