summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_redistribute.json
blob: 1304edddca07e2f9350c775a3429d53835e0f09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
	"172.31.0.2/32": [
		{
			"prefix": "172.31.0.2/32",
			"protocol": "bgp",
			"vrfId": 0,
			"vrfName": "default",
			"selected": true,
			"destSelected": true,
			"distance": 20,
			"metric": 0,
			"installed": true,
			"nexthops": [
				{
					"fib": true,
					"ip": "192.168.0.2",
					"afi": "ipv4",
					"interfaceName": "r1-eth0",
					"active": true,
					"weight": 1
				}
			]
		}
	],
	"172.31.0.10/32": [
		{
			"prefix": "172.31.0.10/32",
			"protocol": "bgp",
			"vrfId": 0,
			"vrfName": "default",
			"selected": true,
			"destSelected": true,
			"distance": 20,
			"metric": 0,
			"installed": true,
			"nexthops": [
				{
					"fib": true,
					"ip": "192.168.0.2",
					"afi": "ipv4",
					"interfaceName": "r1-eth0",
					"active": true,
					"weight": 1
				}
			]
		}
	]
}