summaryrefslogtreecommitdiffstats
path: root/acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json
blob: 9946bc4f7ded224b1154955ce0e366aabe36f1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "acls": {
    "acl": [
      {
        "name": "standard-acl",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "rule1"
            }
          ]
        }
      }
    ]
  }
}