diff --git a/src/service/service/service_handlers/p4_fabric_tna_acl/p4_fabric_tna_acl_service_handler.py b/src/service/service/service_handlers/p4_fabric_tna_acl/p4_fabric_tna_acl_service_handler.py
index dc86dc535fa36b8f59c21480d985fdf13ef5271b..53c4e7c863b95911e051e0f87157d05d9f488a68 100644
--- a/src/service/service/service_handlers/p4_fabric_tna_acl/p4_fabric_tna_acl_service_handler.py
+++ b/src/service/service/service_handlers/p4_fabric_tna_acl/p4_fabric_tna_acl_service_handler.py
@@ -344,23 +344,6 @@ class P4FabricACLServiceHandler(_ServiceHandler):
                 PORT_ID: 1,
                 TRN_PORT_DST: 8080,
                 ACTION: ACTION_DROP
-            },
-            {
-                PORT_ID: 2,
-                TRN_PORT_SRC: 12345,
-                ACTION: ACTION_DROP
-            },
-            {
-                PORT_ID: 2,
-                IPV4_DST: "10.158.72.11",
-                IPV4_PREFIX_LEN: 32,
-                ACTION: ACTION_DROP
-            },
-            {
-                PORT_ID: 2,
-                IPV4_SRC: "10.158.72.12",
-                IPV4_PREFIX_LEN: 32,
-                ACTION: ACTION_DROP
             }
         ]
 
diff --git a/src/tests/p4-fabric-tna/descriptors/service-create-acl.json b/src/tests/p4-fabric-tna/descriptors/service-create-acl.json
index 225e8e85e63bac167324c351a5970d1b6dcc25ab..a0383f472bd0e188162c54c90f9244304d335485 100644
--- a/src/tests/p4-fabric-tna/descriptors/service-create-acl.json
+++ b/src/tests/p4-fabric-tna/descriptors/service-create-acl.json
@@ -33,23 +33,6 @@
                                                 "port_id": 1,
                                                 "trn_port_dst": 8080,
                                                 "action": "drop"
-                                            },
-                                            {
-                                                "port_id": 2,
-                                                "trn_port_src": 12345,
-                                                "action": "drop"
-                                            },
-                                            {
-                                                "port_id": 2,
-                                                "ipv4_dst": "10.158.72.11",
-                                                "ipv4_prefix_len": 32,
-                                                "action": "drop"
-                                            },
-                                            {
-                                                "port_id": 2,
-                                                "ipv4_src": "10.158.72.12",
-                                                "ipv4_prefix_len": 32,
-                                                "action": "drop"
                                             }
                                         ]
                                     }