diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 09:18:14 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 09:18:14 +0200 |
| commit | 97bd5c48de49f1a25c6fb979f0ca151412fbd61b (patch) | |
| tree | 924b30812e7ae8d9d2f7c897b4ebbbf19802eff8 /zebra/zebra_memory.h | |
| parent | cea34723daeb767a5b92fa5800ebed81e3f690b6 (diff) | |
| parent | ad2e2470f63e3fac228b6cc532dfe36a0794a846 (diff) | |
Merge remote-tracking branch 'frr/master' into pull-624
Diffstat (limited to 'zebra/zebra_memory.h')
| -rw-r--r-- | zebra/zebra_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_memory.h b/zebra/zebra_memory.h index 35d70d81ee..e3439d5f64 100644 --- a/zebra/zebra_memory.h +++ b/zebra/zebra_memory.h @@ -28,7 +28,7 @@ DECLARE_MGROUP(ZEBRA) DECLARE_MTYPE(RTADV_PREFIX) DECLARE_MTYPE(ZEBRA_NS) DECLARE_MTYPE(ZEBRA_VRF) -DECLARE_MTYPE(RIB) +DECLARE_MTYPE(RE) DECLARE_MTYPE(RIB_QUEUE) DECLARE_MTYPE(STATIC_ROUTE) DECLARE_MTYPE(RIB_DEST) |
