From: anlan_cs Date: Fri, 28 Apr 2023 23:49:35 +0000 (+0800) Subject: zebra: clean up one comment X-Git-Tag: base_10.1~111^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8a02942eda6784758557c954c28b82b732fe391b;p=mirror%2Ffrr.git zebra: clean up one comment With the commit `605df8d4`, all real things are moved into dplane. So the operations mentioned in this comment have nothing to do with this function `netlink_link_change()`. Just remove that confusing and useless comment. Signed-off-by: anlan_cs --- diff --git a/zebra/if_netlink.c b/zebra/if_netlink.c index 5f096e3039..3233519873 100644 --- a/zebra/if_netlink.c +++ b/zebra/if_netlink.c @@ -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__,