mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 13:22:02 +00:00
tests: Add json to verify rt1 SRv6 locators
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
af0499e028
commit
5351018240
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"locators":[
|
||||||
|
{
|
||||||
|
"name":"loc1",
|
||||||
|
"prefix":"fc00:0:1::/48",
|
||||||
|
"blockBitsLength":32,
|
||||||
|
"nodeBitsLength":16,
|
||||||
|
"functionBitsLength":16,
|
||||||
|
"argumentBitsLength":0,
|
||||||
|
"statusUp":true,
|
||||||
|
"chunks":[
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user