Skip to content
Snippets Groups Projects
Commit b042d3f7 authored by Georgios Katsikas's avatar Georgios Katsikas
Browse files

fix: P4 ACL temporary configuration

parent 22bb98ab
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!332feat: support for SD-Fabric dataplane
......@@ -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
}
]
......
......@@ -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"
}
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment