summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json
blob: e48002e672a1ab1052adcf9791df8cebbdfb1585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"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
					}
				}
			}
		]
	}
}