frr/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json

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

22 lines
301 B
JSON
Raw Normal View History

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