RFC 4601 section 4.9 specifies the types of PIM packet types that can be received and how to decode these packets.
Add code to know about these packet types as well as add code to pimd to safely ignore packets it does not know how to handle yet. Donald Sharp (2): pimd: Add knowledge of different packet types pimd: Notice when we receive a packet type we can't handle yet pimd/pim_pim.c | 14 ++++++++++++++ pimd/pim_pim.h | 6 ++++++ 2 files changed, 20 insertions(+) -- 1.7.10.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
