Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liorghub committed May 23, 2022
1 parent 45232f2 commit 5bb10de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions portsyncd/linksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,8 @@ void LinkSync::onMsg(int nlmsg_type, struct nl_object *obj)
return;
}

/* If netlink for this port has master, we ignore that for now
* This could be the case where the port was removed from VLAN bridge
*/
/* Ignore DELLINK message if port has master, this is applicable to
* the case where port was part of VLAN bridge or LAG */
if (master && nlmsg_type == RTM_DELLINK)
{
return;
Expand Down

0 comments on commit 5bb10de

Please sign in to comment.