summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_topo1_vrf/r3/r3_route_linux.json
blob: 515d3764752f8529061236149734ff6608687de9 (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
{
  "10.0.10.0/24": {
    "dev": "r3-eth1",
    "proto": "kernel",
    "scope": "link"
  },
  "10.0.11.0/24": {
    "dev": "r3-eth1",
    "metric": "20",
    "proto": "187",
    "via": "10.0.10.1"
  },
  "10.0.20.0/24": {
    "dev": "r3-eth0",
    "proto": "kernel",
    "scope": "link"
  },
  "10.0.21.0/24": {
    "dev": "r3-eth1",
    "metric": "20",
    "proto": "187",
    "via": "10.0.10.1"
  }
}