summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pbr_topo1/r1/pbr-interface.json
blob: e28d9fb149c3ff14a55618f702ece0c167450360 (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
[
  {
    "name":"r1-eth1",
    "policy":"EVA",
    "valid":true
  },
  {
    "name":"r1-eth2",
    "policy":"DONNA",
    "valid":true
  },
  {
    "name":"r1-eth3",
    "policy":"AKIHABARA",
    "valid":true
  },
  {
    "name":"r1-eth4",
    "policy":"ASAKUSA",
    "valid":true
  },
  {
    "name":"r1-noexist",
    "policy":"NOEXIST",
    "valid":false
  }
]