summaryrefslogtreecommitdiff
path: root/pimd/pim6_mld_protocol.h
AgeCommit message (Collapse)Author
2022-05-06pim6d: add fresh MLD implementationDavid Lamparter
Fresh ground-up MLD implementation with subscriber-tracking for MLDv2. Intended to be adapted for IPv4 and replace the IGMP implementation at a later point. Tested in ANVL, currently at 94/116. Some issues/TODOs are left in the code as CPP_NOTICE markers, but the code is very much good enough to proceed since otherwise we're blocked on overall PIM v6 progress. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>