diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-03-31 00:15:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-31 00:15:23 -0500 |
| commit | 2b5c7fa46d98ea35f6febd5b3da32ca0a2445ca2 (patch) | |
| tree | f2f90cc6427bd7a279b7d08d14a3aed7064fb200 /pimd/pim_memory.c | |
| parent | d77005377fed5fd895eeecf4784311cdba838480 (diff) | |
| parent | 31edf0b50978c4fbe2502923ab50b6a640921f38 (diff) | |
Merge pull request #291 from AnuradhaKaruppiah/pim-ssm
Pim ssm
Diffstat (limited to 'pimd/pim_memory.c')
| -rw-r--r-- | pimd/pim_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_memory.c b/pimd/pim_memory.c index f46cf193bb..2acca6f49b 100644 --- a/pimd/pim_memory.c +++ b/pimd/pim_memory.c @@ -51,3 +51,4 @@ DEFINE_MTYPE(PIMD, PIM_JP_AGG_GROUP, "PIM JP AGG Group") DEFINE_MTYPE(PIMD, PIM_JP_AGG_SOURCE, "PIM JP AGG Source") DEFINE_MTYPE(PIMD, PIM_PIM_INSTANCE, "PIM global state") DEFINE_MTYPE(PIMD, PIM_NEXTHOP_CACHE, "PIM nexthop cache state") +DEFINE_MTYPE(PIMD, PIM_SSM_INFO, "PIM SSM configuration") |
