diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-10-13 15:54:43 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-10-27 15:51:47 -0400 |
| commit | d139e9e842c6755b6f253afe8626d09f8544e498 (patch) | |
| tree | e4d93527b324d80b5611ab48d755258f2e055b0f /pimd/pim_memory.h | |
| parent | d5850a1b6ad699d60ecf9b1dbe52196c7ae685d3 (diff) | |
pimd: Remove pim_br vestiges
If PIM had received a register packet with the Border Router
bit set, pimd would have crashed. Since I wrote this code
in 2015 and really have pretty much no memory of this and
no-one has ever reported this crash, let's just remove this
code.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_memory.h')
| -rw-r--r-- | pimd/pim_memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_memory.h b/pimd/pim_memory.h index 4e5fcde7dd..385c81052e 100644 --- a/pimd/pim_memory.h +++ b/pimd/pim_memory.h @@ -36,7 +36,6 @@ DECLARE_MTYPE(PIM_IFCHANNEL); DECLARE_MTYPE(PIM_UPSTREAM); DECLARE_MTYPE(PIM_SSMPINGD); DECLARE_MTYPE(PIM_STATIC_ROUTE); -DECLARE_MTYPE(PIM_BR); DECLARE_MTYPE(PIM_RP); DECLARE_MTYPE(PIM_FILTER_NAME); DECLARE_MTYPE(PIM_MSDP_PEER); |
