summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_multicast.c
AgeCommit message (Expand)Author
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-04-08nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle
2021-04-06nhrpd: Fix style issuesReuben Dowle
2021-04-06nhrpd: Add missing semicolonReuben Dowle
2021-04-06nhrpd: Improve debug message for multicast interceptionReuben Dowle
2021-04-06nhrpd: Cleanup multicast nflog handler functionReuben Dowle
2021-04-06nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad
2021-04-06nhrpd: Use ethertype defines instead of hard-coded valuesReuben Dowle
2021-04-06nhrpd: Fix style violation issuesReuben Dowle
2021-04-06nhrpd: Use correct printf format specifierReuben Dowle
2021-04-06nhrpd: Fix multicast crash due to dangling references to nhrp peersReuben Dowle
2021-04-06nhrpd: Add support for forwarding multicast packetsAmol Lad