diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-06-02 22:38:51 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-02 22:38:51 -0300 |
| commit | 802f0900c4a7e19747a8896eb37911f7c586128d (patch) | |
| tree | 80113c30accb622589bcd67ef25fdda17fba0189 /zebra/zebra_memory.c | |
| parent | f0683d22277017e5a93798ce88a06fc7927dc326 (diff) | |
| parent | f0f77c9a590bf538033602a0b2da6084c9ea22e2 (diff) | |
Merge pull request #650 from donaldsharp/zebrafication
zebra: Refactor 'struct rib' to be 'struct route_entry'
Diffstat (limited to 'zebra/zebra_memory.c')
| -rw-r--r-- | zebra/zebra_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_memory.c b/zebra/zebra_memory.c index 51c240ae28..b8e1a130eb 100644 --- a/zebra/zebra_memory.c +++ b/zebra/zebra_memory.c @@ -28,7 +28,7 @@ DEFINE_MGROUP(ZEBRA, "zebra") DEFINE_MTYPE(ZEBRA, RTADV_PREFIX, "Router Advertisement Prefix") DEFINE_MTYPE(ZEBRA, ZEBRA_VRF, "ZEBRA VRF") -DEFINE_MTYPE(ZEBRA, RIB, "RIB") +DEFINE_MTYPE(ZEBRA, RE, "Route Entry") DEFINE_MTYPE(ZEBRA, RIB_QUEUE, "RIB process work queue") DEFINE_MTYPE(ZEBRA, STATIC_ROUTE, "Static route") DEFINE_MTYPE(ZEBRA, RIB_DEST, "RIB destination") |
