summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd_common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: Move "show ip pim bsm-database" cmd to DEFPYSarita Patra2022-10-201-0/+1
* pimd: Move "show ip pim bsrp-info [vrf] [json]" cmd to DEFPYSarita Patra2022-10-201-0/+2
* pimd: Add vrf optional parameter in "show ip pim bsr" cmdSarita Patra2022-10-201-0/+2
* pim6d: Add [no] ipv6 pim unicast-bsm" commandSarita Patra2022-10-201-0/+2
* pim6d: Add [no] ipv6 pim bsm" commandSarita Patra2022-10-201-0/+2
* pim6d: Implementing "clear ipv6 pim interface traffic" command.Abhishek N R2022-08-021-0/+1
* pim6d: Implementing "clear ipv6 pim interfaces" command.Abhishek N R2022-07-191-0/+1
* pimd: Remove pim_get_pim_instance defination in pim_cmd_common.hSarita Patra2022-07-121-3/+0
* pimd, pim6d: Adding json support for show ipv6 nexthopSai Gomathi N2022-06-301-2/+2
* pimd: Change to DEFPY and make the api commonMobashshera Rasool2022-06-131-0/+2
* pim6d: Moving show apis to common fileMobashshera Rasool2022-06-131-0/+5
* Merge pull request #11385 from AbhishekNR/show_cliDonald Sharp2022-06-121-0/+31
|\
| * pim6d: Moving reusable code to common api for "show mroute summary" commandAbhishek N R2022-06-091-0/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute count" com...Abhishek N R2022-06-091-0/+2
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute" commandAbhishek N R2022-06-091-0/+3
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast count" ...Abhishek N R2022-06-091-0/+3
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast" commandAbhishek N R2022-06-091-0/+2
| * pim6d: Moving reusable code to common api for "show pim state" commandAbhishek N R2022-06-091-0/+4
| * pim6d: Moving reusable code to common api for "show pim upstream rpf" commandAbhishek N R2022-06-091-0/+1
| * pim6d: Moving reusable code to common api for "show pim upstream join desired...Abhishek N R2022-06-091-0/+2
| * pim6d: Moving reusable code to common api for "show pim upstream" commandAbhishek N R2022-06-091-0/+3
| * pim6d: Moving reusable code to common api for "show pim statistics" commandAbhishek N R2022-06-091-0/+2
| * pim6d: Moving reusable code to common api for "show pim secondary" commandAbhishek N R2022-06-091-0/+1
| * pim6d: Moving resuable code to common api for "show pim rp-info" commandAbhishek N R2022-06-091-0/+4
| * pim6d: Moving resuable code to common api for "show pim rpf" commandAbhishek N R2022-06-091-0/+2
* | pim6d: Moving the reusable code of pim_show_join cliSai Gomathi N2022-06-101-0/+3
* | pim6d: Moving the common lines of pim_show_nexthop_lookup cliSai Gomathi N2022-06-091-0/+2
* | pim6d: Moving the common lines of pim_show_nexthop cliSai Gomathi N2022-06-091-0/+1
* | pim6d: Moving the common lines of pim_show_neighbors_vrf_all cliSai Gomathi N2022-06-091-0/+2
* | pim6d: Moving the common lines of pim_show_neighbors cliSai Gomathi N2022-06-091-0/+2
* | pim6d: Moving the common lines of pim_local_membership cliSai Gomathi N2022-06-091-0/+1
* | pim6d: Moving the common lines of pim_show_jp_agg cliSai Gomathi N2022-06-091-0/+1
* | pim6d: Moving the common lines of pim_show_interface_vrf_all cliSai Gomathi N2022-06-091-0/+2
* | pim6d: Moving the common lines of pim_show_interface cliSai Gomathi N2022-06-091-0/+2
* | pim6d: Moving the common lines of pim_show_channel cliSai Gomathi N2022-06-091-0/+1
|/
* pim6d: Add 'debug pimv6 packets'Sai Gomathi N2022-05-181-0/+4
* pim6d: Add 'debug pimv6'Sai Gomathi N2022-05-181-0/+2
* pim6d: Add 'clear ipv6 mroute [vrf NAME] count' CLISai Gomathi N2022-05-171-0/+1
* pim6d: Adding pim_cmd_lookup api in pim_cmd_common fileSai Gomathi N2022-05-171-0/+1
* pimd: Moving the common functions from pim_cmd.c fileSai Gomathi N2022-05-171-0/+2
* pimd: Northbound support for pim passive enablesarita patra2022-05-131-0/+1
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+6
* Merge pull request #10988 from AbhishekNR/ipv6_mroute_cliDavid Lamparter2022-04-291-0/+6
|\
| * pim6d: Implementing "show ipv6 mroute summary" CLIAbhishek N R2022-04-281-1/+1
| * pim6d: Implementing "show ipv6 mroute count" CLIAbhishek N R2022-04-281-1/+1
| * pim6d: Implementing "show ipv6 mroute" CLIAbhishek N R2022-04-281-2/+2
| * pimd: Moving the common functions from pim_cmd.cAbhishek N R2022-04-281-0/+6
* | lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter2022-04-281-5/+5
|/
* pim6d: Implementing "show ipv6 multicast count" CLIAbhishek N R2022-04-271-1/+1