The acl_rules.yaml is unused, so renamed it to sample config.
Updated the config with example of possible ACL configuration.
JIRA: YARDSTICK-1304
Change-Id: If0537cf55f4c96f57844caed5bf1c9050647e0d5
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
 ---
 access-list-entries:
   -
-    actions: [drop,count]
+    actions:
+      - count
+      - nat:
+          port: 1
+      - fwd:
+          port: 0
     matches:
       destination-ipv4-network: 152.16.40.20/24
       destination-port-range:
       source-port-range:
         lower-port: 0
         upper-port: 65535
+      protocol-mask: 255
+      protocol: 127
+      priority: 1
     rule-name: rule1588
   -
     actions: [drop,count]