{ "acls": { "acl": [ { "name": "standard-acl", "type": "vpp-acl:vpp-acl", "tag": "udp-tag-value", "aces": { "ace": [ { "name": "udp-rule", "matches": { "ipv4": { "destination-ipv4-network": "192.168.2.1/24", "source-ipv4-network": "192.168.2.2/32" }, "udp": { "source-port": { "lower-port": "1", "upper-port": "5487" }, "destination-port": { "lower-port": "87", "upper-port": "6745" } } }, "actions": { "forwarding": "ietf-access-control-list:accept" } } ] } } ] } }