diff options
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 |
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"); |
