forked from Mirror/frr
19 lines
246 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|