diff options
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r-- | lib/memtypes.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c index 69beb1c9..2ded1d6c 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -5,8 +5,6 @@ * * The script is sensitive to the format (though not whitespace), see * the top of memtypes.awk for more details. - * - * $Id$ */ #include "zebra.h" @@ -176,6 +174,13 @@ struct memory_list memory_list_ripng[] = { -1, NULL } }; +struct memory_list memory_list_babel[] = +{ + { MTYPE_BABEL, "Babel structure" }, + { MTYPE_BABEL_IF, "Babel interface" }, + { -1, NULL } +}; + struct memory_list memory_list_ospf[] = { { MTYPE_OSPF_TOP, "OSPF top" }, |