Skip to content

Commit 69780ba

Browse files
committed
[unmaintained-only] Do not use flow_group_id
Because the patch introducing it (If4984dece266a789d607725f8497f1aac3d73d23) was not backported to this branch. Closes-Bug: #2117477 Related-Bug: #2051351 Related-Bug: #1934917 Change-Id: I23ce9598837587a5c8d24e7f033602a16cc6679e Signed-off-by: Bence Romsics <[email protected]>
1 parent 106598d commit 69780ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neutron/agent/linux/openvswitch_firewall/firewall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,6 @@ def install_accepted_egress_direct_flow(self, mac, vlan_tag, dst_port,
12571257
)
12581258
# For packets from patch ports.
12591259
self._add_flow(
1260-
flow_group_id=dst_port,
12611260
table=ovs_consts.ACCEPTED_EGRESS_TRAFFIC_NORMAL_TABLE,
12621261
priority=12,
12631262
dl_dst=mac,

0 commit comments

Comments
 (0)