summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4096 from donaldsharp/pim_nht_cleanupRuss White2019-04-167-197/+83
|\
| * pimd: Initiate *,G S,G RPT Prune in some casesDonald Sharp2019-04-051-0/+4
| * pimd: Add a flag PIM_NEXTHOP_ANSWER_RECEIVEDDonald Sharp2019-04-052-3/+7
| * pimd: Tracking of RPF is *separate* from the lookupDonald Sharp2019-04-056-195/+68
| * pimd: Determining if we are the RP should happen alwaysDonald Sharp2019-04-051-4/+7
| * pimd: Zero out nhop being usedDonald Sharp2019-04-051-0/+2
* | Merge pull request #4105 from donaldsharp/pim_cleanupsRuss White2019-04-112-5/+31
|\ \
| * | pimd: Add JoinDesired(S,G) to deciding to set spt bitDonald Sharp2019-04-091-1/+6
| * | 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: use debug pim staticMark Stapp2019-04-111-10/+12
|/
* Merge pull request #4073 from donaldsharp/undebug_me_or_notLou Berger2019-04-041-34/+0
|\
| * bgpd, pimd: Remove undebug commandsDonald Sharp2019-04-031-34/+0
* | Merge pull request #4060 from donaldsharp/pim_cherrybombJafar Al-Gharaibeh2019-04-0410-71/+21
|\ \ | |/ |/|
| * pimd: pim_nexthop_lookup should return true/falseDonald Sharp2019-04-025-25/+16
| * pimd: Limit lookup of neighbor since we know we have oneDonald Sharp2019-04-023-6/+5
| * pimd: Remove pim_resolve_upstream_nhDonald Sharp2019-04-022-40/+0
* | Merge pull request #4053 from patrasar/3672Donald Sharp2019-04-023-5/+8
|\ \ | |/ |/|
| * pimd: Introduce mroute_creation in channel oil data structureSarita Patra2019-04-013-5/+8
* | Merge pull request #4040 from donaldsharp/pim_cleanupJafar Al-Gharaibeh2019-04-018-81/+15
|\ \ | |/ |/|
| * pimd: Cleanup extra paranthesis around S,G printoutDonald Sharp2019-03-285-8/+7
| * pimd: Reduce RP checks a bitDonald Sharp2019-03-283-31/+8
| * pimd: No need to rescan upstream list on rpf changeDonald Sharp2019-03-281-42/+0
* | bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp2019-03-291-0/+2
* | pimd: Interfaces can be upto 16 charactersDonald Sharp2019-03-272-66/+66
|/
* Merge pull request #3863 from patrasar/RP_addition_deletion_changesDonald Sharp2019-03-2016-250/+693
|\
| * pimd: Addressing the review commentsSarita Patra2019-03-194-31/+14
| * pimd: Handling delete nexthop track for PIM upstream addressSarita Patra2019-02-252-11/+43
| * pimd: update pim upstream structure when RP gets deletedSarita Patra2019-02-251-0/+49
| * pimd: update pim upstream structure when RP gets configuredSarita Patra2019-02-252-2/+116
| * pimd: clear upstream rpf information when RP becomes not reachableSarita Patra2019-02-255-43/+89
| * pimd: clear rp_info source_nexthop when RP becomes not reachableSarita Patra2019-02-252-3/+18
| * pimd: Don't install dummy channel oil entry into KernelSarita Patra2019-02-251-18/+24
| * pimd: create dummy (*,G) upstream when RP not configured/reachableSarita Patra2019-02-254-141/+178
| * pimd: Handling Null incoming interface of dummy upstreamSarita Patra2019-02-258-21/+137
| * pimd: Handling dummy upstream in "show ip pim upstream"Sarita Patra2019-02-241-6/+11
| * pimd: added comments for upstream and channel_oil new valuesSarita Patra2019-02-242-2/+42
* | Merge pull request #3950 from donaldsharp/zlookup_or_downJafar Al-Gharaibeh2019-03-191-2/+2
|\ \
| * | pimd: Free up zlookup structure lateDonald Sharp2019-03-141-2/+2
* | | Merge pull request #3949 from qlyoung/remove-zlog-newlinesSri Mohana Singamsetty2019-03-151-1/+1
|\ \ \
| * | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
| |/ /
* / / pimd: Display drpriority as a unsigned intDonald Sharp2019-03-151-1/+1
|/ /
* | Merge pull request #3907 from donaldsharp/pim_electionDavid Lamparter2019-03-111-4/+4
|\ \
| * | pimd: Ensure DR election happens when both sides change prioDonald Sharp2019-03-051-4/+4
* | | Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-066-13/+7
|\ \ \ | |/ / |/| |
| * | *: remove null check before XFREEQuentin Young2019-02-265-12/+6
| * | *: use array_size instead of raw divisionQuentin Young2019-02-261-1/+1
* | | pimd: strncpy -> strlcpyQuentin Young2019-02-261-2/+2
|/ /
* / *: Rename backet to bucketTim Bray2019-02-252-4/+4
|/
* pimd: Add 'test pim keepalive-reset A.B.C.D A.B.C.D' commandDonald Sharp2019-02-211-1/+52