Skip to content

Commit

Permalink
Merge pull request #15901 from anlancs/zebra/fix-one-comment
Browse files Browse the repository at this point in the history
zebra: clean up one comment
  • Loading branch information
ton31337 authored May 3, 2024
2 parents afb3020 + 8a02942 commit 75131b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra/if_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,6 @@ int netlink_link_change(struct nlmsghdr *h, ns_id_t ns_id, int startup)

ifi = NLMSG_DATA(h);

/* assume if not default zns, then new VRF */
if (!(h->nlmsg_type == RTM_NEWLINK || h->nlmsg_type == RTM_DELLINK)) {
/* If this is not link add/delete message so print warning. */
zlog_debug("%s: wrong kernel message %s", __func__,
Expand Down

0 comments on commit 75131b4

Please sign in to comment.