]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/log.c
bgpd: Advertise FIB installed routes to bgp peers (Part 1)
[mirror_frr.git] / lib / log.c
index b629658f75de44044db434b8e205ff4d64d4544b..7b37ba7f27e9e2716f5cffd9a816f1eb4637c839 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -455,7 +455,8 @@ static const struct zebra_desc_table command_types[] = {
        DESC_ENTRY(ZEBRA_NEIGH_DISCOVER),
        DESC_ENTRY(ZEBRA_NHG_ADD),
        DESC_ENTRY(ZEBRA_NHG_DEL),
-       DESC_ENTRY(ZEBRA_NHG_NOTIFY_OWNER)};
+       DESC_ENTRY(ZEBRA_NHG_NOTIFY_OWNER),
+       DESC_ENTRY(ZEBRA_ROUTE_NOTIFY_REQUEST)};
 #undef DESC_ENTRY
 
 static const struct zebra_desc_table unknown = {0, "unknown", '?'};