summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ifchannel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: SGRpt prune received during prune didn't override holdtimesaravanank2021-01-281-0/+33
* pimd: when node changes from non-DR to DR S,G entry not createdMobashshera Rasool2020-12-171-1/+27
* pimd: (*,G) Prune processing doesn't remove SGRpt ifchannelvdhingra2020-11-021-1/+1
* 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
* | *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* | Merge pull request #6056 from sarav511/jpexpDonald Sharp2020-05-211-2/+5
|\ \
| * | pimd: Prune->noinfo state has to put off join expiry timer and delete ifchannelsaravanank2020-03-201-2/+5
| |/
* / pimd: fix OIL not removed after IGMP pruneSarita Patra2020-03-171-0/+6
|/
* pimd: ifchannel deletion should tell you the interfaceDonald Sharp2020-03-101-2/+2
* pimd: fix problem with oif being re-added during ifchannel delAnuradha Karuppiah2020-03-061-2/+6
* pimd: logs to help debug leaked channel OIF problemsAnuradha Karuppiah2020-03-061-2/+6
* pimd: Use PIM EVPN MLAG Infra for syncing PIM MLAG EntriesSatheesh Kumar K2020-03-061-0/+34
* pimd: Add accidently missed code during upstreaming processDonald Sharp2020-03-061-0/+3
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-27/+21
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-34/+27
* pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah2020-02-141-4/+8
* *: Remove break after returnDonatas Abraitis2020-02-131-6/+0
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* pimd: prevent unconditional SG join sendsAnuradha Karuppiah2019-11-151-3/+0
* pimd: OIF add with PROTO_PIM is not happening if join rxed in PP stateAnuradha Karuppiah2019-11-151-27/+27
* pimd: re-eval JD unconditionally when an ifchannel is removedAnuradha Karuppiah2019-11-151-3/+1
* pimd: re-eval JD on sources when a STAR_OIF is removedAnuradha Karuppiah2019-11-151-18/+12
* pimd: fixup join desired handling to match the RFC defined macroAnuradha Karuppiah2019-11-151-23/+22
* pimd: update add_oif and del_oif debugs to print callerAnuradha Karuppiah2019-11-151-13/+25
* pimd: `debug igmp trace` turns on non igmp debugsDonald Sharp2019-11-121-3/+3
* pimd: Do not spew a million warningsDonald Sharp2019-11-011-5/+7
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-4/+4
* Merge pull request #4525 from donaldsharp/some_cleanupsRafael Zalamena2019-06-251-11/+0
|\
| * pimd: ALLOC functions cannot fail.Donald Sharp2019-06-201-11/+0
* | pimd: remove pim and igmp OIFs when ifchannel_delete happensAnuradha Karuppiah2019-06-221-7/+9
* | pimd: ensure that the oif is removed from all the mroutes pre-vifi deletionAnuradha Karuppiah2019-06-221-0/+2
|/
* pimd: Add a debug to indicate the ifchannel expiry timer has poppedDonald Sharp2019-06-111-0/+4
* Merge pull request #4350 from patrasar/pim_sg_expiryDonald Sharp2019-05-201-1/+3
|\
| * pimd: fix (s,g) expiry.Sarita Patra2019-05-201-1/+3
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
|/
* pimd: Deletion of a ifchannel does not immediately mean remove from OILDonald Sharp2019-04-241-3/+14
* pimd: Update state when receiving S,G join when in S,G RPT Prune stateDonald Sharp2019-04-091-0/+19
* pimd: Only send triggered response after all of *,G message is readDonald Sharp2019-04-091-4/+6
* pimd: Cleanup extra paranthesis around S,G printoutDonald Sharp2019-03-281-1/+1
* pimd: Move the infinite_assert_metric global to pim_routerDonald Sharp2019-01-041-1/+1
* pimd: Create a `struct pim_router` and move thread master into itDonald Sharp2019-01-041-13/+18
* pimd: Add some debugs for when local membership failsDonald Sharp2018-11-161-2/+17
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-1/+2
* pimd: Fix pim_mroute_del crash while terminating pimdroot2018-08-221-1/+10
* pimd: Convert over to use LIB_ERR_XXX for zlog_errDonald Sharp2018-08-141-20/+0
* Merge pull request #2608 from pacovn/PVS-Studio_dead_code_1Donald Sharp2018-07-191-3/+2
|\
| * eigrpd lib pimd zebra: dead code (PVS-Studio)F. Aragon2018-07-061-3/+2