index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_multicast.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Remove netlink headers from lib/zebra.h
Donald Sharp
2023-11-07
1
-0
/
+4
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-5
/
+4
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-5
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
nhrpd: convert mcast list to DLIST
David Lamparter
2021-10-19
1
-17
/
+13
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
*
nhrpd: Change sockunion2str to %pSU in a few places
Reuben Dowle
2021-04-07
1
-11
/
+6
*
nhrpd: Fix style issues
Reuben Dowle
2021-04-05
1
-2
/
+3
*
nhrpd: Add missing semicolon
Reuben Dowle
2021-04-05
1
-1
/
+1
*
nhrpd: Improve debug message for multicast interception
Reuben Dowle
2021-04-05
1
-1
/
+1
*
nhrpd: Cleanup multicast nflog handler function
Reuben Dowle
2021-04-05
1
-15
/
+9
*
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Amol Lad
2021-04-05
1
-13
/
+10
*
nhrpd: Use ethertype defines instead of hard-coded values
Reuben Dowle
2021-04-05
1
-1
/
+1
*
nhrpd: Fix style violation issues
Reuben Dowle
2021-04-05
1
-32
/
+43
*
nhrpd: Use correct printf format specifier
Reuben Dowle
2021-04-05
1
-1
/
+1
*
nhrpd: Fix multicast crash due to dangling references to nhrp peers
Reuben Dowle
2021-04-05
1
-1
/
+1
*
nhrpd: Add support for forwarding multicast packets
Amol Lad
2021-04-05
1
-0
/
+307