1
0
Fork 0
frr/tests/topotests/mgmt_oper/simple-results/result-singleton-metric.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

30 lines
642 B
JSON

{
"frr-vrf:lib": {
"vrf": [
{
"name": "default",
"frr-zebra:zebra": {
"ribs": {
"rib": [
{
"afi-safi-name": "frr-routing:ipv4-unicast",
"table-id": 254,
"route": [
{
"prefix": "1.1.1.0/24",
"route-entry": [
{
"protocol": "connected",
"metric": 0
}
]
}
]
}
]
}
}
}
]
}
}