Commit b042d3f7 authored by Georgios P. Katsikas's avatar Georgios P. Katsikas
Browse files

fix: P4 ACL temporary configuration

parent 22bb98ab
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -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
            }
        ]

+0 −17
Original line number Diff line number Diff line
@@ -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"
                                            }
                                        ]
                                    }