summaryrefslogtreecommitdiffstats
path: root/acl/acl-impl/src/test/resources/acl/macip/macip-acl.json
blob: 21ac2597c04a42cadaf52ca0a4553d474323db5e (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
{
  "access-lists": {
    "acl": [
      {
        "acl-name": "macip-acl",
        "acl-type": "vpp-acl:vpp-macip-acl",
        "tag": "macip-tag-value",
        "access-list-entries": {
          "ace": [
            {
              "rule-name": "macip-rule",
              "matches": {
                "vpp-macip-ace-nodes": {
                  "source-ipv4-network": "192.168.2.2/32",
                  "source-mac-address": "aa:aa:aa:aa:aa:aa",
                  "source-mac-address-mask": "ff:00:00:00:00:00"
                }
              },
              "actions": {
                "permit": [null]
              }
            }
          ]
        }
      }
    ]
  }
}