summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.c
AgeCommit message (Expand)Author
2021-05-12pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-10-22pimd: replace inet_ntoaMark Stapp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-09-30*: make failure to decode nht update an errorQuentin Young
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-16pimd: if_lookup_by_index can fail handle it appropriatelyDonald Sharp
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-03-04*: Return bool type for bool functionsDonatas Abraitis
2020-03-03Merge pull request #5896 from patrasar/2409015Donald Sharp
2020-03-03pimd: neighbor needed true in pim nexthop lookupSarita Patra
2020-02-14pimd: handle nht metric change correctlyAnuradha Karuppiah
2020-01-03pimd: Convert the upstream_list and hash to a rb treeDonald Sharp
2019-11-15pimd: RPF change to unreachable was leaving a stale entry in the jp-agg listAnuradha Karuppiah
2019-11-15pimd: add caller string prefix to pim_rpf_update logsAnuradha Karuppiah
2019-11-15pimd: set mfcc_parent at the time of MFCC programmingAnuradha Karuppiah
2019-08-19*: Fix spelling errors pointed out by debian packagingDonald Sharp
2019-07-23pimd: Zebra Route Updates are missing at pimSatheesh Kumar K
2019-06-07pimd: Remove unnecessary boolean to pim_rpf_updateDonald Sharp
2019-05-28Merge pull request #4239 from sarav511/rpJafar Al-Gharaibeh
2019-05-14pimd: Implement nexthop match where if given address match any of the next ho...saravanank
2019-05-14pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.saravanank
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-04-05pimd: Add a flag PIM_NEXTHOP_ANSWER_RECEIVEDDonald Sharp
2019-04-05pimd: Tracking of RPF is *separate* from the lookupDonald Sharp
2019-04-05pimd: Zero out nhop being usedDonald Sharp
2019-04-02pimd: Remove pim_resolve_upstream_nhDonald Sharp
2019-03-20Merge pull request #3863 from patrasar/RP_addition_deletion_changesDonald Sharp
2019-02-25*: Rename backet to bucketTim Bray
2019-02-24pimd: Handling delete nexthop track for PIM upstream addressSarita Patra
2019-02-24pimd: clear upstream rpf information when RP becomes not reachableSarita Patra
2019-02-24pimd: clear rp_info source_nexthop when RP becomes not reachableSarita Patra
2019-02-24pimd: Handling Null incoming interface of dummy upstreamSarita Patra
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-08-08pimd: fix bogus uninitialized warningDavid Lamparter
2018-07-31pimd: Abstract a RPF change for upstream handlingDonald Sharp
2018-07-31pimd: Abstract sending of data to peersDonald Sharp
2018-07-24pimd: uninitialized memory access fixF. Aragon
2018-07-19Merge pull request #2635 from donaldsharp/more_pim_neighborJafar Al-Gharaibeh
2018-07-08pimd: Remove unnecessary alloc failuresDonald Sharp
2018-07-07pimd: Fix up > 80 columnsDonald Sharp
2018-07-07pimd: Remove duplicate parameter to functionsDonald Sharp
2018-07-07pimd: Refactor function to use pim_ecmp_nexthop_lookupDonald Sharp
2018-07-07pimd: Figure neighbors -vs- paths when doing RPFDonald Sharp
2018-06-08pimd: Fix connected route nexthop fix from 66f5152fMartin Buck
2018-06-08Merge pull request #2347 from gromit1811/pim-connected-nexthop-fixRuss White
2018-06-07pimd: Fix ecmp_enable and ecmp_rebalance_enableDonald Sharp
2018-06-05pimd: Comment spelling fixMartin Buck
2018-06-05pimd: Fix nexthop determination when sending towards RPMartin Buck