summaryrefslogtreecommitdiffstats
path: root/acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json
diff options
context:
space:
mode:
Diffstat (limited to 'acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json')
-rw-r--r--acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json b/acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json
index ae987a798..060551b9b 100644
--- a/acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json
+++ b/acl/acl-impl/src/test/resources/acl/standard/interface-ref-acl-udp.json
@@ -1,21 +1,21 @@
{
- "interfaces":{
- "interface": [{
- "name": "eth2",
- "acl": {
+ "attachment-points": {
+ "interface": [
+ {
+ "interface-id": "eth2",
"ingress": {
- "vpp-acls": [
- {
- "type": "vpp-acl:vpp-acl",
- "name": "standard-acl"
- }
- ],
- "vpp-macip-acl": {
- "name": "acl4",
- "type": "vpp-acl:vpp-macip-acl"
+ "acl-sets": {
+ "acl-set": [
+ {
+ "name": "standard-acl"
+ },
+ {
+ "name": "acl4"
+ }
+ ]
}
}
}
- }]
+ ]
}
} \ No newline at end of file