diff options
Diffstat (limited to 'zebra/redistribute.c')
-rw-r--r-- | zebra/redistribute.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/zebra/redistribute.c b/zebra/redistribute.c index 843f5ad4b..6dfb455f4 100644 --- a/zebra/redistribute.c +++ b/zebra/redistribute.c @@ -482,23 +482,6 @@ zebra_interface_address_delete_update (struct interface *ifp, } } -void -zebra_interface_bfd_update (struct interface *ifp, struct prefix *p) -{ - struct listnode *node, *nnode; - struct zserv *client; - - for (ALL_LIST_ELEMENTS (zebrad.client_list, node, nnode, client)) - { - /* Supporting for OSPF and BGP */ - if (client->proto != ZEBRA_ROUTE_OSPF && client->proto != ZEBRA_ROUTE_BGP) - continue; - - /* Notify to the protocol daemons. */ - zsend_interface_bfd_update (ZEBRA_INTERFACE_BFD_DEST_DOWN, client, ifp, p); - } -} - int zebra_add_import_table_entry (struct route_node *rn, struct rib *rib) { |