{ "acls": { "acl": [ { "name": "standard-acl", "type": "vpp-acl:vpp-acl", "aces": { "ace": [ { "name": "tcp-rule", "matches": { "ipv4": { "source-ipv4-network": "192.168.2.2/32" }, "tcp": { "source-port": { "lower-port": "1", "upper-port": "5487" }, "destination-port": { "lower-port": "87", "upper-port": "6745" }, "flags": "cwr ece urg", "vpp-acl:vpp-tcp-ace": { "vpp-acl:flags-mask": "cwr" } } }, "actions": { "forwarding": "ietf-access-control-list:accept" } } ] } } ] } }