summaryrefslogtreecommitdiffstats
path: root/pimd/pim_nht.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: use `zclient->nexthop_update`David Lamparter2023-11-201-32/+19
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-2/+2
* pimd: Add whether or not the rpf succeeded or not to the debugDonald Sharp2023-08-141-9/+9
* pimd: Allow more immediate null registers to be sent in the vxlan codeDonald Sharp2023-08-121-0/+23
* pimd: Correct the wrong commentanlan_cs2023-04-171-2/+3
* pimd, doc: remove dead import check referencesDavid Lamparter2023-04-131-14/+7
* pimd, pim6d: Fix RP Unknown IIFSarita Patra2023-02-241-3/+4
* pimd, pim6d: Fix BSM packet processSarita Patra2023-02-241-6/+6
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: Add missing enums to switch statementDonald Sharp2023-01-311-1/+7
* pimd, pim6d: Don't allow pim disabled interface as nexthopSarita Patra2022-11-141-4/+11
* pimd, pim6d: Update upstream rpf disable/enable pim on interfaceSarita Patra2022-11-141-0/+34
* pimd: Dereference before null checkSai Gomathi N2022-10-271-2/+3
* pimd: Update mroute IIF based on Nexthop received from ZebraSarita Patra2022-07-281-1/+1
* Merge pull request #11536 from mobash-rasool/temp1Jafar Al-Gharaibeh2022-07-141-1/+1
|\
| * pimd: During prune pending, behave as NOINFO stateMobashshera Rasool2022-07-061-1/+1
* | pim6d: bsr nht handling for IPV6sarita patra2022-07-071-10/+6
* | pim6d: Pass pim_addr for pim_nht callbacks.sarita patra2022-07-061-43/+39
* | pimd: Handle rpf_addr in pim nhtsarita patra2022-07-061-71/+56
|/
* pimd: Limit pim's ecmp to what zebra tells us is the multipathDonald Sharp2022-06-231-12/+13
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* pim6d: Handle mrib_nexthop_addr & pim_zlookup_nexthop in pim_nhtsarita patra2022-04-071-28/+16
* pim6d: fix mis-printed nexthopDavid Lamparter2022-04-041-5/+10
* pimd, pim6d: clarify RFC5549 MRIB nexthop handlingDavid Lamparter2022-04-041-17/+23
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-1/+1
* pim6d: Parse BSM packet for PIMv6Mobashshera Rasool2022-03-251-1/+1
* Merge pull request #9476 from SaiGomathiN/pim-nhtDonatas Abraitis2022-03-201-3/+3
|\
| * pimd: Added new option "detail" in the "debug pim nht" CLISai Gomathi2022-03-041-3/+3
* | pimd: be more informative about missing neighborsDavid Lamparter2022-03-121-4/+6
* | *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-6/+7
* | pim6d: reenable NHT codeDavid Lamparter2022-03-021-0/+4
* | pim6d: fixup NHT code for IPv6David Lamparter2022-03-021-18/+8
|/
* Merge pull request #10657 from patrasar/pim_remove_in_addr_noneDavid Lamparter2022-03-021-1/+1
|\
| * pimd: replace inaddr_none with PIMADDR_ANYsarita patra2022-03-011-1/+1
* | pim6d: Handling pim_rpf for IPV6sarita patra2022-03-011-1/+1
* | pim6d: Handling last_lookup in pim_nexthop for IPV6sarita patra2022-03-011-2/+1
* | pim6d: pim_nht changes for pimv6sarita patra2022-02-281-110/+83
* | Merge pull request #10400 from opensourcerouting/pim6-compilefixDonald Sharp2022-02-261-3/+3
|\ \
| * | pim6d: remove `PIM_V6_TEMP_BREAK`David Lamparter2022-02-161-3/+3
| |/
* / pimd: cosmetic changeanlan_cs2022-02-211-3/+2
|/
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-9/+26
* pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter2022-02-141-4/+1
* Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp2022-02-081-1/+1
|\
| * pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-1/+1
* | pim: Use INADDR_ANY for current_bsr checking is valid yetDonald Sharp2022-02-041-0/+8
|/
* pimd: add back blocking RPF for BSMDavid Lamparter2021-11-171-154/+74
* pimd: clean up BSR NHT & fix parallel linksDavid Lamparter2021-11-171-67/+144
* *: Add resolve via default flagDonald Sharp2021-09-271-1/+2