mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-12 11:01:57 +00:00
tests: Add testcase for SRv6 End.DT4
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
31376097fc
commit
a963eecc4f
@ -143,5 +143,30 @@
|
|||||||
"seg6local": { "action": "End.DX6" }
|
"seg6local": { "action": "End.DX6" }
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"in": {
|
||||||
|
"dest": "7::1",
|
||||||
|
"context": "End_DT4 10"
|
||||||
|
},
|
||||||
|
"out":[{
|
||||||
|
"prefix":"7::1/128",
|
||||||
|
"protocol":"sharp",
|
||||||
|
"selected":true,
|
||||||
|
"destSelected":true,
|
||||||
|
"distance":150,
|
||||||
|
"metric":0,
|
||||||
|
"installed":true,
|
||||||
|
"table":254,
|
||||||
|
"nexthops":[{
|
||||||
|
"flags":3,
|
||||||
|
"fib":true,
|
||||||
|
"active":true,
|
||||||
|
"directlyConnected":true,
|
||||||
|
"interfaceName": "dum0",
|
||||||
|
"seg6local": { "action": "End.DT4" }
|
||||||
|
}]
|
||||||
|
}],
|
||||||
|
"required_kernel": "5.11"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user