Skip to content

Commit

Permalink
zebra: remove useless NEWLINK procedure
Browse files Browse the repository at this point in the history
After moved to dataplane, the NEWLINK/DELLINK procedure should
be also removed.

Signed-off-by: anlan_cs <[email protected]>
  • Loading branch information
anlancs committed Oct 21, 2024
1 parent 2f84a26 commit 15c03d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra/kernel_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ static int netlink_information_fetch(struct nlmsghdr *h, ns_id_t ns_id,
case RTM_DELROUTE:
return netlink_route_change(h, ns_id, startup);
case RTM_NEWLINK:
return netlink_link_change(h, ns_id, startup);
case RTM_DELLINK:
return 0;
case RTM_NEWNEIGH:
Expand Down

0 comments on commit 15c03d7

Please sign in to comment.