]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/memtypes.c
bgpd: optimize bgp_nexthop_self()
[mirror_frr.git] / lib / memtypes.c
index acbd16b96ce13f083cead8a56819d805ceb050f4..1723490f63c8d0f2608e7a09a658c47ba2b787bd 100644 (file)
@@ -150,6 +150,7 @@ struct memory_list memory_list_bgp[] =
   { MTYPE_BGP_DAMP_ARRAY,      "BGP Dampening array"           },
   { MTYPE_BGP_REGEXP,          "BGP regexp"                    },
   { MTYPE_BGP_AGGREGATE,       "BGP aggregate"                 },
+  { MTYPE_BGP_ADDR,            "BGP own address"               },
   { -1, NULL }
 };