summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_multicast.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* nhrpd: convert mcast list to DLISTDavid Lamparter2021-10-191-17/+13
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle2021-04-071-11/+6
* nhrpd: Fix style issuesReuben Dowle2021-04-051-2/+3
* nhrpd: Add missing semicolonReuben Dowle2021-04-051-1/+1
* nhrpd: Improve debug message for multicast interceptionReuben Dowle2021-04-051-1/+1
* nhrpd: Cleanup multicast nflog handler functionReuben Dowle2021-04-051-15/+9
* nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad2021-04-051-13/+10
* nhrpd: Use ethertype defines instead of hard-coded valuesReuben Dowle2021-04-051-1/+1
* nhrpd: Fix style violation issuesReuben Dowle2021-04-051-32/+43
* nhrpd: Use correct printf format specifierReuben Dowle2021-04-051-1/+1
* nhrpd: Fix multicast crash due to dangling references to nhrp peersReuben Dowle2021-04-051-1/+1
* nhrpd: Add support for forwarding multicast packetsAmol Lad2021-04-051-0/+307