frr/tests/topotests/mgmt_oper/simple-results/result-singleton-metric.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
642 B
JSON
Raw Normal View History

{
"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
}
]
}
]
}
]
}
}
}
]
}
}