frr/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json
Igor Ryzhov 3900813298 zebra: convert to mgmtd
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-01-28 23:28:40 +02:00

19 lines
246 B
JSON

{
"frr-interface:lib": {
"interface": [
{
"name": "r1-eth0",
"description": "r1-eth0-desc",
"frr-zebra:zebra": {
"ipv4-addrs": [
{
"ip": "1.1.1.1",
"prefix-length": 24
}
]
}
}
]
}
}