Skip to content

Commit 15c03d7

Browse files
committed
zebra: remove useless NEWLINK procedure
After moved to dataplane, the NEWLINK/DELLINK procedure should be also removed. Signed-off-by: anlan_cs <[email protected]>
1 parent 2f84a26 commit 15c03d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zebra/kernel_netlink.c

-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static int netlink_information_fetch(struct nlmsghdr *h, ns_id_t ns_id,
406406
case RTM_DELROUTE:
407407
return netlink_route_change(h, ns_id, startup);
408408
case RTM_NEWLINK:
409-
return netlink_link_change(h, ns_id, startup);
410409
case RTM_DELLINK:
411410
return 0;
412411
case RTM_NEWNEIGH:

0 commit comments

Comments
 (0)