summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pim6d: Implement show ipv6 pim interface trafficMobashshera Rasool2022-06-131-0/+17
* pimd: Change to DEFPY and make the api commonMobashshera Rasool2022-06-133-16/+31
* pim6d: Moving show apis to common fileMobashshera Rasool2022-06-133-178/+184
* Merge pull request #11385 from AbhishekNR/show_cliDonald Sharp2022-06-124-1037/+690
|\
| * pim6d: Moving reusable code to common api for "show mroute summary" commandAbhishek N R2022-06-094-98/+63
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute count" com...Abhishek N R2022-06-094-96/+62
| * pim6d: Moving reusable code to common api for "show ip/ipv6 mroute" commandAbhishek N R2022-06-094-112/+72
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast count" ...Abhishek N R2022-06-094-94/+62
| * pim6d: Moving reusable code to common api for "show ip/ipv6 multicast" commandAbhishek N R2022-06-094-52/+40
| * pim6d: Moving reusable code to common api for "show pim state" commandAbhishek N R2022-06-094-92/+64
| * pim6d: Moving reusable code to common api for "show pim upstream rpf" commandAbhishek N R2022-06-094-38/+25
| * pim6d: Moving reusable code to common api for "show pim upstream join desired...Abhishek N R2022-06-094-38/+27
| * pim6d: Moving reusable code to common api for "show pim upstream" commandAbhishek N R2022-06-094-117/+74
| * pim6d: Moving reusable code to common api for "show pim statistics" commandAbhishek N R2022-06-094-44/+30
| * pim6d: Moving reusable code to common api for "show pim secondary" commandAbhishek N R2022-06-094-36/+25
| * pim6d: Moving resuable code to common api for "show pim rp-info" commandAbhishek N R2022-06-094-128/+86
| * pim6d: Moving resuable code to common api for "show pim rpf" commandAbhishek N R2022-06-094-92/+60
* | Merge pull request #11387 from SaiGomathiN/pimshowDonald Sharp2022-06-124-481/+341
|\ \
| * | pim6d: Moving the reusable code of pim_show_join cliSai Gomathi N2022-06-104-115/+74
| * | pim6d: Moving the common lines of pim_show_nexthop_lookup cliSai Gomathi N2022-06-094-74/+58
| * | pim6d: Moving the common lines of pim_show_nexthop cliSai Gomathi N2022-06-094-20/+17
| * | pim6d: Moving the common lines of pim_show_neighbors_vrf_all cliSai Gomathi N2022-06-094-50/+34
| * | pim6d: Moving the common lines of pim_show_neighbors cliSai Gomathi N2022-06-094-40/+29
| * | pim6d: Moving the common lines of pim_local_membership cliSai Gomathi N2022-06-094-22/+17
| * | pim6d: Moving the common lines of pim_show_jp_agg cliSai Gomathi N2022-06-094-38/+26
| * | pim6d: Moving the common lines of pim_show_interface_vrf_all cliSai Gomathi N2022-06-094-55/+37
| * | pim6d: Moving the common lines of pim_show_interface cliSai Gomathi N2022-06-094-45/+32
| * | pim6d: Moving the common lines of pim_show_channel cliSai Gomathi N2022-06-094-22/+17
* | | Merge pull request #11372 from donaldsharp/pim_if_cmp_bugmobash-rasool2022-06-092-18/+11
|\ \ \
| * | | pimd: Fixup oil_if_has and oil_if_set to be consistentDonald Sharp2022-06-092-4/+5
| * | | pimd: Fix pim_channel_oil_empty testsDonald Sharp2022-06-091-14/+6
| | |/ | |/|
* / | pimd: Show interface traffic even if interface is currently `down`Donald Sharp2022-06-091-5/+0
|/ /
* | pimd: pim_addr_cmp returns 0 for same not -1 or 1Donald Sharp2022-06-081-2/+2
* | pimd: Handle receive of (*,G) register stop with src addr as 0Mobashshera Rasool2022-06-071-1/+6
|/
* Merge pull request #11277 from donaldsharp/pim_prefix_list_bugRuss White2022-05-261-5/+27
|\
| * pimd: Allow the LPM match work properly with prefix lists and normal rp'sDonald Sharp2022-05-261-5/+27
* | pimd: Disable handling v3 igmp packets on an interface config'ed for v2Donald Sharp2022-05-261-0/+8
|/
* Merge pull request #11008 from patrasar/sec_addr_list_pimv6David Lamparter2022-05-201-16/+6
|\
| * pimd: Print secondary address using %pFXsarita patra2022-04-281-15/+5
| * pim6d: Adjust IPV6 secondary address listsarita patra2022-04-281-1/+1
* | pim6d: Adding 'debug node' initializationSai Gomathi N2022-05-181-0/+9
* | pim6d: Add 'debug pimv6 zebra'Sai Gomathi N2022-05-183-16/+24
* | pim6d: Add 'debug pimv6 trace' and 'debug pimv6 trace detail'Sai Gomathi N2022-05-183-34/+49
* | pim6d: Add 'debug_pimv6_packetdump_send_cmd' and 'debug_pimv6_packetdump_recv...Sai Gomathi N2022-05-183-35/+51
* | pim6d: Add 'debug pimv6 packets'Sai Gomathi N2022-05-185-47/+76
* | pim6d: Add 'debug pimv6 events'Sai Gomathi N2022-05-183-16/+24
* | pim6d: Add 'debug pimv6 nht' and 'debug pimv6 nht detial'Sai Gomathi N2022-05-182-33/+48
* | pim6d: Add 'debug pimv6'Sai Gomathi N2022-05-185-32/+50
* | Merge pull request #11037 from SaiGomathiN/clearcliDavid Lamparter2022-05-175-112/+208
|\ \
| * | pim6d: Add 'clear ipv6 mroute [vrf NAME] count' CLISai Gomathi N2022-05-174-34/+53