summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7376 from mjstapp/fix_pim_alignQuentin Young2020-10-261-25/+27
|\
| * pimd: replace some zlog_warn with zlog_debugMark Stapp2020-10-231-23/+23
| * pimd: avoid possible unaligned pointerMark Stapp2020-10-231-2/+4
* | *: unify thread/event cancel macrosMark Stapp2020-10-233-4/+4
|/
* pimd: replace inet_ntoaMark Stapp2020-10-2211-99/+136
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-228-224/+109
* *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-4/+4
* Merge pull request #6016 from sarav511/ppendDonald Sharp2020-10-151-4/+41
|\
| * pimd: PIM not processing (*,G) joins sent during Prune-Pending Statesaravanank2020-03-191-1/+4
| * pimd: Handling prune received during join state and join during prune pendingsaravanank2020-03-181-3/+37
* | Merge pull request #5895 from patrasar/2404618Donald Sharp2020-10-151-2/+19
|\ \
| * | pimd: Clear (s,g,rpt) ifchannel on (*, G) prune receivedSarita Patra2020-06-051-2/+19
* | | *: Use proper semantics for turning off threadDonald Sharp2020-10-122-5/+2
* | | Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+2
|\ \ \
| * | | *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+2
* | | | pimd: MSDP SA forwardingAdriano Marto Reis2020-10-064-13/+58
* | | | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/ / /
* | | *: make failure to decode nht update an errorQuentin Young2020-10-011-4/+2
* | | pimd: When bind fails we could leave an open socketDonald Sharp2020-09-241-0/+2
* | | pimd: NULL not 0Donald Sharp2020-09-241-4/+4
* | | pimd: Warn when we try to build MAXVIFS > 256Donald Sharp2020-09-121-0/+4
* | | pimd: fix IGMP querier electionNathan Bahr2020-08-261-1/+1
* | | pimd: fix IGMP source address on transmitNathan Bahr2020-08-261-0/+10
* | | pimd: fix IGMP receive handlingNathan Bahr2020-08-263-32/+28
* | | pimd: Allow multiple secondary addresses to workDonald Sharp2020-08-101-1/+1
* | | pimd: crash fix when RP is removedMobashshera Rasool2020-08-051-0/+1
* | | *: pim igmp yang registery to appropriate makefileChirag Shah2020-07-231-0/+6
* | | Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-211-1/+1
|\ \ \
| * | | *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-1/+1
* | | | pimd: Prevent Null string %s issuesDonald Sharp2020-07-181-3/+5
* | | | pimd: Cleanup leaked memory from rp initializationDonald Sharp2020-07-161-0/+3
* | | | pimd: Cleanup some small memory leaks on exitDonald Sharp2020-07-163-0/+11
* | | | *: remove PRI[udx](8|16|32)David Lamparter2020-07-142-4/+2
* | | | *: un-split strings across linesDavid Lamparter2020-07-144-49/+23
|/ / /
* | | Merge pull request #6114 from rgirada/frr-staticQuentin Young2020-07-061-60/+148
|\ \ \
| * | | pimd: Modifying "show ip mroute json" o/p.rgirada2020-05-301-1/+1
| * | | pimd: Providing json support for few pim commands.rgirada2020-05-301-59/+147
* | | | pimd: Poorly ported code fixDonald Sharp2020-06-181-19/+43
* | | | Merge pull request #6509 from donaldsharp/mlag_missed_upstreamRuss White2020-06-111-1/+1
|\ \ \ \
| * | | | pimd: Allow mlag to create ifchannelDonald Sharp2020-06-031-1/+1
* | | | | Merge pull request #5323 from opensourcerouting/filter-nbDonald Sharp2020-06-101-0/+1
|\ \ \ \ \
| * | | | | *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
| |/ / / /
* | | | | pimd: Provide some additional useful debug infoDonald Sharp2020-06-031-11/+20
* | | | | pimd: Fix missing codeDonald Sharp2020-06-032-1/+16
|/ / / /
* | | | Merge pull request #6054 from sarav511/dr2ndrDonald Sharp2020-06-018-1/+46
|\ \ \ \
| * | | | pimd: When DR becomes non DR, couldreg state events not handled.saravanank2020-03-208-1/+46
| | |_|/ | |/| |
* | | | Merge pull request #6048 from sarav511/joinsupDonald Sharp2020-06-011-2/+17
|\ \ \ \
| * | | | pimd: In join suppression period, join is being sentsaravanank2020-03-191-2/+17
| |/ / /
* | | | pimd: Fix crash on restart from thread_cancelDonald Sharp2020-05-281-1/+1
* | | | Merge pull request #5881 from patrasar/2386420Donald Sharp2020-05-261-9/+102
|\ \ \ \