summaryrefslogtreecommitdiffstats
path: root/acl/acl-impl/src/test/resources/reference/acl-references.json
blob: d60eeca45e367ad5d50988580692c1f067c2f2da (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
49
50
51
52
53
54
55
56
57
{
  "interfaces": {
    "interface": [
      {
        "name": "eth0",
        "acl": {
          "ingress": {
            "vpp-acls": [
              {
                "type": "vpp-acl",
                "name": "acl1"
              }
            ]
          }
        }
      },
      {
        "name": "eth1",
        "acl": {
          "egress": {
            "vpp-acls": [
              {
                "type": "vpp-acl",
                "name": "acl1"
              }
            ]
          },
          "ingress": {
            "vpp-acls": [
              {
                "type": "vpp-acl",
                "name": "acl2"
              }
            ]
          }
        }
      },
      {
        "name": "eth2",
        "acl": {
          "ingress": {
            "vpp-acls": [
              {
                "type": "vpp-acl",
                "name": "acl1"
              }
            ],
            "vpp-macip-acl": {
              "name": "acl4",
              "type": "vpp-macip-acl"
            }
          }
        }
      }
    ]
  }
}