summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: pim mlag show commandsAnuradha Karuppiah2020-02-142-0/+387
* pimd: handle ipmr-lo operational state changesAnuradha Karuppiah2020-02-144-44/+76
* pimd: handle nht metric change correctlyAnuradha Karuppiah2020-02-141-0/+7
* pimd: remove peerlink_rif from the orig-mroute OIL when it is oper downAnuradha Karuppiah2020-02-141-23/+34
* pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah2020-02-148-12/+19
* pimd: force update inherited OIL when vxlan local membership is createdAnuradha Karuppiah2020-02-141-0/+13
* pimd: skip syncing and running DF election on orig mroutesAnuradha Karuppiah2020-02-141-1/+2
* pimd: increase RPF metric via the peerlink_rif by plus-10Anuradha Karuppiah2020-02-144-3/+75
* pimd: inherit MLAG DF role from the parent (*, G) entryAnuradha Karuppiah2020-02-143-0/+55
* pim: DF election for tunnel termination mroutes in an anycast-VTEP setupAnuradha Karuppiah2020-02-1411-52/+811
* pimd: register with MLAG on the first VxLAN SGAnuradha Karuppiah2020-02-142-1/+16
* pimd: Add missing yang callbacks for route-mapsDonald Sharp2020-02-141-0/+2
* *: Remove break after returnDonatas Abraitis2020-02-137-25/+0
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-065-16/+18
* *: remove null check before XFREEQuentin Young2020-02-042-5/+2
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* pimd: lookup nh using vrf_id we checked beforeStephen Worley2020-01-081-1/+2
* pimd: allow pimd to handle nexthop_lookup zapi errorStephen Worley2020-01-081-0/+8
* pimd: Do not warn for common occurrence in igmp codeDonald Sharp2020-01-031-2/+4
* pimd: Convert the upstream_list and hash to a rb treeDonald Sharp2020-01-038-106/+46
* pimd: Convert the channel_oil_list|hash to a rb_treeDonald Sharp2020-01-035-34/+28
* Merge pull request #5584 from qlyoung/pim-fix-iph-trustJafar Al-Gharaibeh2019-12-222-7/+18
|\
| * pimd: readd iph length checksQuentin Young2019-12-222-7/+18
* | Merge pull request #5581 from Jafaral/pimroute-rfQuentin Young2019-12-221-119/+28
|\ \
| * | pimd: refactor ip mroute cmdJafar Al-Gharaibeh2019-12-211-119/+28
| |/
* / pimd: fix missing igmp mtrace length checkQuentin Young2019-12-221-0/+10
|/
* Merge pull request #5427 from liam-mcb/igmp-join-anyDonald Sharp2019-12-163-23/+56
|\
| * pimd: Add command to join any-source multicast.Liam McBirnie2019-12-123-23/+56
* | pimd: clear SA warning in pimdMark Stapp2019-12-101-1/+0
* | Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-0722-671/+1221
|\ \
| * | pimd: eval use_rpt on new upstream post IIF setup but before MFC programmingAnuradha Karuppiah2019-11-221-5/+6
| * | pimd: fixup whitespace errors reported by CIAnuradha Karuppiah2019-11-202-3/+5
| * | pimd: drop redundant checks for RPF interfaceAnuradha Karuppiah2019-11-201-2/+1
| * | pimd: exclude pimreg from the inherited OILAnuradha Karuppiah2019-11-191-2/+6
| * | pimd: prevent LHR from register forwarding packets for non-FHR sourcesAnuradha Karuppiah2019-11-151-0/+9
| * | pimd: prevent unconditional SG join sendsAnuradha Karuppiah2019-11-151-3/+0
| * | pimd: fixup JD macro to use "peer-msdp-sa" check instead of I_am_RP checkAnuradha Karuppiah2019-11-152-2/+22
| * | pimd: jp-agg list update debug logsAnuradha Karuppiah2019-11-154-9/+44
| * | pimd: send an immediate XG JP message when switching from SPT to RPTAnuradha Karuppiah2019-11-152-14/+35
| * | pimd: bring back "show ip pim upstream-join-desired"Anuradha Karuppiah2019-11-151-0/+90
| * | pimd: rename the upstream-join-desired command to "show ip pim channel"Anuradha Karuppiah2019-11-151-9/+9
| * | pimd: RPF change to unreachable was leaving a stale entry in the jp-agg listAnuradha Karuppiah2019-11-155-16/+22
| * | pimd: OIF add with PROTO_PIM is not happening if join rxed in PP stateAnuradha Karuppiah2019-11-152-28/+27
| * | pimd: enforce PIM_ENFORCE_LOOPFREE_MFC at the time of MFC programmingAnuradha Karuppiah2019-11-154-43/+53
| * | 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-154-20/+31
| * | pimd: fixup pim_channel_oil_empty macroAnuradha Karuppiah2019-11-151-11/+3
| * | pimd: handle RPF resolution while in joined stateAnuradha Karuppiah2019-11-152-1/+10
| * | pimd: insert upstream entry into nbr's jp-agg list when a new nbr is addedAnuradha Karuppiah2019-11-151-1/+9
| * | pimd: display the per-RPF neighbor join-prune agg listAnuradha Karuppiah2019-11-151-0/+85