{ "acls": { "acl": [ { "name": "standard-acl", "type": "vpp-acl:vpp-acl", "aces": { "ace": [ { "name": "tcp-no-flags-rule", "matches": { "ipv4": { "destination-ipv4-network": "192.168.2.1/32", "source-ipv4-network": "192.168.2.2/32" }, "tcp": { "source-port": { "lower-port": "123" }, "destination-port": { "lower-port": "65000" } } } } ] } } ] } }