summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: show ip igmp statistics commandMladen Sablic2018-05-041-0/+98
* bgpd, pim: remove undebugQuentin Young2018-04-021-6/+25
* Merge pull request #1921 from donaldsharp/pim_stuffLou Berger2018-03-301-18/+18
|\
| * pimd: Move some data tracking variables per VRFDonald Sharp2018-03-181-11/+11
| * pimd: Make the rpf scan per vrf.Donald Sharp2018-03-181-7/+7
* | *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-69/+69
|/
* pimd: mtrace only IGMP socketsMladen Sablic2018-03-081-2/+16
* pimd: another change to keep indent.py happyLou Berger2018-03-061-2/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-154/+110
* pimd: Multicast traceroute client and routerMladen Sablic2018-02-191-0/+25
* lib, pimd: Remove PIM_NODE as it is not neededDonald Sharp2018-01-301-5/+0
* pimd: Allow use-source to return more subtle error codesDonald Sharp2018-01-081-1/+5
* pimd: Add finer grain return codes for configurationDonald Sharp2018-01-031-2/+12
* pimd: When doing a RPF for a route, note when we fail the lookupDonald Sharp2017-10-301-4/+9
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-60/+26
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-26/+26
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-60/+26
* | Merge pull request #1316 from donaldsharp/high_stuffRenato Westphal2017-10-101-1/+1
|\ \
| * | pimd: Fix uninited idx for argv_findDonald Sharp2017-10-101-1/+1
| |/
* | pimd: Cleanup deep nesting in pim_cmd.cDonald Sharp2017-10-091-86/+72
* | pimd: Display RPF address as part of json outputDonald Sharp2017-10-091-0/+24
|/
* pimd: Fix multicast boundary commandDonald Sharp2017-10-051-2/+2
* pimd: Add 'show ip mroute fill' commandDonald Sharp2017-09-281-11/+21
* pimd: add support for boundariesQuentin Young2017-09-261-0/+54
* Merge pull request #1069 from donaldsharp/rfc_plistPhilippe Guibert2017-09-261-1/+1
|\
| * pimd: Add ability to lookup RP group by table.Donald Sharp2017-08-311-1/+1
* | pimd: fix some null pointer derefs in cliQuentin Young2017-09-221-4/+12
* | *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-42/+25
* | pimd: Allow igmp join messages to return more detailed errorsDonald Sharp2017-09-141-7/+3
* | pimd: Add new 'debug pim nht rp' commandDonald Sharp2017-09-141-0/+29
* | pimd: Cleanup a variety of SA issuesDonald Sharp2017-08-251-0/+3
|/
* pimd: Cleanup S,GRPt prune handling on Mroute LossDonald Sharp2017-08-241-2/+2
* *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+9
* Merge pull request #1001 from dwalton76/pimd-CMD-WARNINGJafar Al-Gharaibeh2017-08-181-1/+1
|\
| * pimd: "No Path to RP address specified" should exit 0Daniel Walton2017-08-171-1/+1
* | Merge pull request #984 from donaldsharp/debuggingDavid Lamparter2017-08-161-3/+53
|\ \
| * | pimd: Add 'show ip msdp vrf all sa ...' commandDonald Sharp2017-08-151-0/+49
| * | pimd: Rename duplicate JSON keyDonald Sharp2017-08-151-1/+1
| * | pimd: Allow user to specify ip address for 'no ip pim use-source'Donald Sharp2017-08-151-2/+3
| |/
* / pimd: Fix pim bfd config order dependecnyChirag Shah2017-08-141-4/+19
|/
* pimd: some pim cli fixesQuentin Young2017-08-071-4/+4
* pimd: Add `ip pim rp keep-alive-time X`Donald Sharp2017-08-021-0/+33
* pimd: Convert to using a RB tree for the pim_ifp ifchannel_listDonald Sharp2017-08-021-22/+14
* pimd: Rename pim_ifp->pim_ifchannel_listDonald Sharp2017-08-021-8/+8
* pimd: Remove almost duplicate pim->ifchannel_listDonald Sharp2017-08-021-285/+366
* pimd: fix `show ip msdp...` NPD when vrf unknownQuentin Young2017-07-281-4/+11
* pimd: Allow the keepalive time to be per vrf.Donald Sharp2017-07-281-2/+2
* pimd: Use JSON_STRDonald Sharp2017-07-251-27/+27
* pimd: Fix missing docstring in 'no debug pim trace detail'Donald Sharp2017-07-241-1/+2
* pimd: Fix 'show ip mroute vrf all count' crashDonald Sharp2017-07-241-0/+33