summaryrefslogtreecommitdiffstats
path: root/lib/memtypes.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:45 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:45 +0200
commit518f0eb1886d7f84194e31bc54ab9224f6e0b24a (patch)
tree628cecf3c5020f342aa0fef83d73514301600fcb /lib/memtypes.c
parentptm-integration.patch (diff)
downloadfrr-518f0eb1886d7f84194e31bc54ab9224f6e0b24a.tar.xz
frr-518f0eb1886d7f84194e31bc54ab9224f6e0b24a.zip
bgpd: bgpd-event-driven-route-map-updates.patch
BGP: Reprocess the trigger points when an attached route map changes Currently, modifications to route maps do not affect already processed routes; they only affect new route updates. This patch addresses this limitation. Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r--lib/memtypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c
index f418b3d0a..00ed0a48e 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -55,6 +55,7 @@ struct memory_list memory_list_lib[] =
{ MTYPE_ROUTE_MAP_RULE, "Route map rule" },
{ MTYPE_ROUTE_MAP_RULE_STR, "Route map rule str" },
{ MTYPE_ROUTE_MAP_COMPILED, "Route map compiled" },
+ { MTYPE_ROUTE_MAP_DEP, "Route map dependency" },
{ MTYPE_CMD_TOKENS, "Command desc" },
{ MTYPE_KEY, "Key" },
{ MTYPE_KEYCHAIN, "Key chain" },