summaryrefslogtreecommitdiffstats
path: root/pimd/pim_pim.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9708 from mobash-rasool/new_bDonald Sharp2021-12-021-0/+16
|\
| * pimd: Add a flag to decide PIM has to send HelloMobashshera Rasool2021-10-041-0/+16
* | *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-2/+2
* | pimd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
|/
* pimd: Fixing coverity issuesSai Gomathi2021-08-241-1/+1
* pimd: Fixing coverity issuesSai Gomathi2021-08-241-1/+0
* pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp2021-05-121-1/+1
* pimd: zassert => assertDavid Lamparter2021-04-231-8/+8
* *: Replace typo (supress => suppress)Donatas Abraitis2020-11-171-4/+4
* Merge pull request #6054 from sarav511/dr2ndrDonald Sharp2020-06-011-0/+1
|\
| * pimd: When DR becomes non DR, couldreg state events not handled.saravanank2020-03-201-0/+1
* | *: replace all random() callsRafael Zalamena2020-04-181-1/+2
* | Merge pull request #6047 from sarav511/hold0Russ White2020-03-241-2/+1
|\ \
| * | pimd: Pim hello should be sent with 0 hold time on address change on old src ipsaravanank2020-03-191-2/+1
| |/
* / pimd: Add check for pim join, hello and assert to drop pkts without all-pim-...saravanank2020-03-231-0/+27
|/
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-17/+16
* *: Remove break after returnDonatas Abraitis2020-02-131-2/+0
* pimd: Fix possible read beyond end of data receivedDonald Sharp2019-11-191-0/+6
* pimd: Mark Default TOS Values for PIM & IGMP Outgoing packetsSatheesh Kumar K2019-09-241-0/+1
* pimd: PIM Bootstrap packet processingsaravanank2019-05-151-0/+6
* pimd: PIM Msg header includes N bit as defined by RFCsaravanank2019-05-151-1/+3
* pimd: Move packet_process variable to pim_routerDonald Sharp2019-01-041-1/+1
* pimd: Create a `struct pim_router` and move thread master into itDonald Sharp2019-01-041-5/+5
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* pimd: PIM_[ERR|WARN] -> EC_PIMQuentin Young2018-09-131-1/+1
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-2/+0
* pimd: Add some more useful data to debug outputDonald Sharp2018-08-281-2/+3
* zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-231-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* pimd: Add pim_errors and define some pim specific errorsDonald Sharp2018-08-141-2/+4
* bgpd isisd ldpd lib ospfd pimd: redundancy (infer)paco2018-06-201-1/+1
* pimd: Cleanup pim_if_is_loopbackDonald Sharp2018-04-301-2/+2
* pimd: Fix crash when looking up incoming interfaceDonald Sharp2017-07-241-3/+3
* pimd: When we are initializing a pim socket limit hellosDonald Sharp2017-07-241-7/+6
* pimd: Ensure packet received on vrf interface is configured for pimDonald Sharp2017-07-241-1/+7
* pimd: Reschedule the correct interface for incoming packetsDonald Sharp2017-07-241-3/+3
* pimd: Trust the recvfromto ifindex informationDonald Sharp2017-07-241-29/+7
* pimd: Don't send hello's out vrf interfaceDonald Sharp2017-07-241-6/+2
* pimd: Cleanup pim_pim use of pimgDonald Sharp2017-07-241-1/+1
* pimd: Remove pimg from pim_register.cDonald Sharp2017-07-241-1/+1
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-700/+707
* pimd: Thread changes allow pim to crash a booDonald Sharp2017-05-181-2/+0
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-8/+6
* Merge branch 'master' into pim_5549Donald Sharp2017-04-051-4/+2
|\
| * pimd: Cleanup unused variable writeDonald Sharp2017-03-311-4/+2
* | pimd: Send v6 secondary addresses to neighbors in helloDonald Sharp2017-03-301-3/+2
|/
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* pimd: Trust the compilerDonald Sharp2017-02-241-1/+0