index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_ifchannel.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pimd: SGRpt prune received during prune didn't override holdtime
saravanank
2021-01-28
1
-0
/
+33
*
pimd: when node changes from non-DR to DR S,G entry not created
Mobashshera Rasool
2020-12-17
1
-1
/
+27
*
pimd: (*,G) Prune processing doesn't remove SGRpt ifchannel
vdhingra
2020-11-02
1
-1
/
+1
*
Merge pull request #6016 from sarav511/ppend
Donald Sharp
2020-10-15
1
-4
/
+41
|
\
|
*
pimd: PIM not processing (*,G) joins sent during Prune-Pending State
saravanank
2020-03-19
1
-1
/
+4
|
*
pimd: Handling prune received during join state and join during prune pending
saravanank
2020-03-18
1
-3
/
+37
*
|
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
|
Merge pull request #6056 from sarav511/jpexp
Donald Sharp
2020-05-21
1
-2
/
+5
|
\
\
|
*
|
pimd: Prune->noinfo state has to put off join expiry timer and delete ifchannel
saravanank
2020-03-20
1
-2
/
+5
|
|
/
*
/
pimd: fix OIL not removed after IGMP prune
Sarita Patra
2020-03-17
1
-0
/
+6
|
/
*
pimd: ifchannel deletion should tell you the interface
Donald Sharp
2020-03-10
1
-2
/
+2
*
pimd: fix problem with oif being re-added during ifchannel del
Anuradha Karuppiah
2020-03-06
1
-2
/
+6
*
pimd: logs to help debug leaked channel OIF problems
Anuradha Karuppiah
2020-03-06
1
-2
/
+6
*
pimd: Use PIM EVPN MLAG Infra for syncing PIM MLAG Entries
Satheesh Kumar K
2020-03-06
1
-0
/
+34
*
pimd: Add accidently missed code during upstreaming process
Donald Sharp
2020-03-06
1
-0
/
+3
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-27
/
+21
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-34
/
+27
*
pimd: stop overloading SRC_IGMP upstream for vxlan local membership
Anuradha Karuppiah
2020-02-14
1
-4
/
+8
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-6
/
+0
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-1
/
+1
*
pimd: prevent unconditional SG join sends
Anuradha Karuppiah
2019-11-15
1
-3
/
+0
*
pimd: OIF add with PROTO_PIM is not happening if join rxed in PP state
Anuradha Karuppiah
2019-11-15
1
-27
/
+27
*
pimd: re-eval JD unconditionally when an ifchannel is removed
Anuradha Karuppiah
2019-11-15
1
-3
/
+1
*
pimd: re-eval JD on sources when a STAR_OIF is removed
Anuradha Karuppiah
2019-11-15
1
-18
/
+12
*
pimd: fixup join desired handling to match the RFC defined macro
Anuradha Karuppiah
2019-11-15
1
-23
/
+22
*
pimd: update add_oif and del_oif debugs to print caller
Anuradha Karuppiah
2019-11-15
1
-13
/
+25
*
pimd: `debug igmp trace` turns on non igmp debugs
Donald Sharp
2019-11-12
1
-3
/
+3
*
pimd: Do not spew a million warnings
Donald Sharp
2019-11-01
1
-5
/
+7
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-4
/
+4
*
Merge pull request #4525 from donaldsharp/some_cleanups
Rafael Zalamena
2019-06-25
1
-11
/
+0
|
\
|
*
pimd: ALLOC functions cannot fail.
Donald Sharp
2019-06-20
1
-11
/
+0
*
|
pimd: remove pim and igmp OIFs when ifchannel_delete happens
Anuradha Karuppiah
2019-06-22
1
-7
/
+9
*
|
pimd: ensure that the oif is removed from all the mroutes pre-vifi deletion
Anuradha Karuppiah
2019-06-22
1
-0
/
+2
|
/
*
pimd: Add a debug to indicate the ifchannel expiry timer has popped
Donald Sharp
2019-06-11
1
-0
/
+4
*
Merge pull request #4350 from patrasar/pim_sg_expiry
Donald Sharp
2019-05-20
1
-1
/
+3
|
\
|
*
pimd: fix (s,g) expiry.
Sarita Patra
2019-05-20
1
-1
/
+3
*
|
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
|
/
*
pimd: Deletion of a ifchannel does not immediately mean remove from OIL
Donald Sharp
2019-04-24
1
-3
/
+14
*
pimd: Update state when receiving S,G join when in S,G RPT Prune state
Donald Sharp
2019-04-09
1
-0
/
+19
*
pimd: Only send triggered response after all of *,G message is read
Donald Sharp
2019-04-09
1
-4
/
+6
*
pimd: Cleanup extra paranthesis around S,G printout
Donald Sharp
2019-03-28
1
-1
/
+1
*
pimd: Move the infinite_assert_metric global to pim_router
Donald Sharp
2019-01-04
1
-1
/
+1
*
pimd: Create a `struct pim_router` and move thread master into it
Donald Sharp
2019-01-04
1
-13
/
+18
*
pimd: Add some debugs for when local membership fails
Donald Sharp
2018-11-16
1
-2
/
+17
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
pimd ripd ripngd: variable shadowing fixes
F. Aragon
2018-09-12
1
-1
/
+2
*
pimd: Fix pim_mroute_del crash while terminating pimd
root
2018-08-22
1
-1
/
+10
*
pimd: Convert over to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-20
/
+0
*
Merge pull request #2608 from pacovn/PVS-Studio_dead_code_1
Donald Sharp
2018-07-19
1
-3
/
+2
|
\
|
*
eigrpd lib pimd zebra: dead code (PVS-Studio)
F. Aragon
2018-07-06
1
-3
/
+2
[next]