summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Option to get IGMP groups and sources for a particular interfacePooja Jagadeesh Doijode2023-04-111-217/+508
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-271-10/+4
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* pimd: Move "show ip pim bsm-database" cmd to DEFPYSarita Patra2022-10-201-174/+3
* pimd: Move "show ip pim bsrp-info [vrf] [json]" cmd to DEFPYSarita Patra2022-10-201-128/+3
* pimd: Add vrf optional parameter in "show ip pim bsr" cmdSarita Patra2022-10-201-83/+4
* pim6d: Add [no] ipv6 pim unicast-bsm" commandSarita Patra2022-10-201-26/+3
* pim6d: Add [no] ipv6 pim bsm" commandSarita Patra2022-10-201-25/+4
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-1/+1
|\
| * *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-1/+1
* | Merge pull request #12074 from donaldsharp/lib_debugsDonatas Abraitis2022-10-121-0/+1
|\ \
| * | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+1
| |/
* / pim6d: Fix RpAddress in "show ipv6 pim bsm-database"Sarita Patra2022-10-111-1/+1
|/
* pimd, pim6d: Changing IGMP to GM in debug macrosSai Gomathi N2022-09-061-14/+14
* pimd: Modifying member of pim_instance to accomodate IPv6 changesSai Gomathi N2022-08-261-2/+2
* pimd: vrf may be NULL from pim_cmd_lookup_vrfDonald Sharp2022-08-151-1/+2
* pim6d: Implementing "clear ipv6 pim interface traffic" command.Abhishek N R2022-08-021-38/+5
* pim6d: Implementing "clear ipv6 pim interfaces" command.Abhishek N R2022-07-191-16/+4
* Merge pull request #11598 from patrasar/pim_get_instanceDavid Lamparter2022-07-131-12/+7
|\
| * pimd: Avoid unnecessary vrf lookupSarita Patra2022-07-121-12/+7
* | pimd: fix unaligned accessesDavid Lamparter2022-07-121-12/+16
|/
* Merge pull request #10592 from patrasar/master_pimv6_bsmDavid Lamparter2022-07-081-67/+58
|\
| * pim6d: Adjust pim_show_bsm_db for IPV6sarita patra2022-07-071-16/+27
| * pim6d: add pimv6 support for bsmmsg_rpinfosarita patra2022-07-071-15/+14
| * pim6d: add pimv6 support for bsm_hdrsarita patra2022-07-071-6/+4
| * pim6d: Add pim_addr rp_addr in bsm_rpinfosarita patra2022-07-071-22/+15
| * pim6d: modify in_addr current_bsr to pim_addr current_bsrsarita patra2022-07-071-22/+12
* | pimd: Fix description for "clear ip mroute" cmdSarita Patra2022-07-071-1/+1
|/
* Merge pull request #9307 from SaiGomathiN/sai-nhtDonatas Abraitis2022-07-061-3/+4
|\
| * pimd, pim6d: Adding json support for show ipv6 nexthopSai Gomathi N2022-06-301-122/+1
| * pimd: json support for nexthopnsaigomathi2022-06-301-3/+125
* | pimd: Modifying member of pim_instance to accomodate IPv6 changesSai Gomathi N2022-06-301-5/+5
|/
* pimd: Change to DEFPY and make the api commonMobashshera Rasool2022-06-131-16/+3
* pim6d: Moving show apis to common fileMobashshera Rasool2022-06-131-178/+0
* Merge pull request #11385 from AbhishekNR/show_cliDonald Sharp2022-06-121-518/+24
|\
| * pim6d: Moving reusable code to common api for "show mroute summary" commandAbhishek N R2022-06-091-49/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute count" com...Abhishek N R2022-06-091-48/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute" commandAbhishek N R2022-06-091-56/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast count" ...Abhishek N R2022-06-091-47/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast" commandAbhishek N R2022-06-091-26/+2
| * pim6d: Moving reusable code to common api for "show pim state" commandAbhishek N R2022-06-091-46/+2
| * pim6d: Moving reusable code to common api for "show pim upstream rpf" commandAbhishek N R2022-06-091-19/+1
| * pim6d: Moving reusable code to common api for "show pim upstream join desired...Abhishek N R2022-06-091-19/+1
| * pim6d: Moving reusable code to common api for "show pim upstream" commandAbhishek N R2022-06-091-58/+2
| * pim6d: Moving reusable code to common api for "show pim statistics" commandAbhishek N R2022-06-091-22/+1
| * pim6d: Moving reusable code to common api for "show pim secondary" commandAbhishek N R2022-06-091-18/+1
| * pim6d: Moving resuable code to common api for "show pim rp-info" commandAbhishek N R2022-06-091-64/+4
| * pim6d: Moving resuable code to common api for "show pim rpf" commandAbhishek N R2022-06-091-46/+2
* | Merge pull request #11387 from SaiGomathiN/pimshowDonald Sharp2022-06-121-247/+13
|\ \