summaryrefslogtreecommitdiffstats
path: root/acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json
diff options
context:
space:
mode:
Diffstat (limited to 'acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json')
-rw-r--r--acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json b/acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json
new file mode 100644
index 000000000..04a08ff44
--- /dev/null
+++ b/acl/acl-impl/src/test/resources/acl/ipv4/ipv4-acl.json
@@ -0,0 +1,17 @@
+{
+ "access-lists": {
+ "acl": [
+ {
+ "acl-name": "standard-acl",
+ "acl-type": "ipv4-acl",
+ "access-list-entries": {
+ "ace": [
+ {
+ "rule-name": "rule1"
+ }
+ ]
+ }
+ }
+ ]
+ }
+} \ No newline at end of file