summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@nvidia.com>2022-01-25 14:49:01 -0500
committerStephen Worley <sworley@nvidia.com>2022-03-09 18:02:44 -0500
commite4d87b58943f3d293bb578d605bafb6d1123f847 (patch)
tree3c674de150c108344858bad99b1096bccc6736bc /zebra/interface.c
parentd89b300829ff85cc4e6b51384170f67cf5f3f6a1 (diff)
zebra: remove old protodown dplane path
Remove the old protodown dplane path install on the main thread. This is now dead code. Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 35a2d3e83d..6fb34d59ac 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -1321,8 +1321,6 @@ int zebra_if_set_protodown(struct interface *ifp, bool new_down,
zif->flags |= ZIF_FLAG_UNSET_PROTODOWN;
#ifdef HAVE_NETLINK
- // TODO: remove this as separate commit
- // netlink_protodown(ifp, new_down, zif->protodown_rc);
dplane_intf_update(ifp);
#else
zlog_warn("Protodown is not supported on this platform");