Skip to content

Commit

Permalink
[mclaglink] fix acl out ports (sonic-net#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
novikauanton committed Nov 29, 2021
1 parent fd887bf commit f6f6f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mclagsyncd/mclaglink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ void MclagLink::setPortIsolate(char *msg)
acl_rule_attrs.push_back(ip_type_attr);

string temp;
isolate_dst_port.insert(0, (const char*)cur, op_hdr->op_len);
istringstream dst_ss(isolate_dst_port);

isolate_dst_port.clear();
Expand Down

0 comments on commit f6f6f86

Please sign in to comment.