summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.c
AgeCommit message (Expand)Author
2025-01-27pimd: Close AutoRP socket when not neededNathan Bahr
2024-12-13pimd: Clean up pim RPF/NHT show commandsNathan Bahr
2024-12-13pimd: Refactor pim NHTNathan Bahr
2024-11-19pimd: Implement autorp mapping agent CLINathan Bahr
2024-09-27pimd: fix autorp CLI bugsBarry A. Trent
2024-09-24pimd,yang: Implement AutoRP CLI and NB config pathNathan Bahr
2024-09-20pimd: add igmp proxy cli and yang configurationBarry A. Trent
2024-09-13pimd: use vty_jsonJafar Al-Gharaibeh
2024-09-09pimd: candidate BSR/RP show commands, move under ip pim bsrJafar Al-Gharaibeh
2024-09-09pimd: Candidate-BSR supportJafar Al-Gharaibeh
2024-09-09pimd: Candidate-RP supportJafar Al-Gharaibeh
2024-09-01*: Create termtable specific temp memoryDonald Sharp
2024-07-22pimd: fix compile warningsJafar Al-Gharaibeh
2024-07-16pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config nodeNathan Bahr
2024-04-26pimd: fix crash unconfiguring rp keepalive timerVijayalaxmi Basavaraj
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-09-19pimd: Use a better name for oil_parentDonald Sharp
2023-07-21pimd: Convert usage of pim_addr_dump to %pFXhDonald Sharp
2023-07-10pimd, pim6d: Added pimEnabled field in "show ip pim nexthop json" cliSarita Patra
2023-06-07pim6d: "show ipv6 pim state" not displaying when OIL is emptySarita Patra
2023-05-28pimd: When doing json output do not output non-json stringsDonald Sharp
2023-02-24pimd,pim6d: Modify pim_neighbor_find() APISarita Patra
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-01Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecationDonald Sharp
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter
2022-11-30Merge pull request #12325 from AbhishekNR/ttable_pim_nexthopDonatas Abraitis
2022-11-24pim6d: Fix RpAddress in "show ipv6 pim bsm-database"Sarita Patra
2022-11-23pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim bsrp-info" command...Abhishek N R
2022-11-22pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim nexthop" command o...Abhishek N R
2022-10-21Merge pull request #12094 from patrasar/pimv6_rp_linklocalDonatas Abraitis
2022-10-20pimd, pim6d: Don't configure link-local, Multicast, Unspecified address as RPSarita Patra
2022-10-20pimd: Move "show ip pim bsm-database" cmd to DEFPYSarita Patra
2022-10-20pimd: Move "show ip pim bsrp-info [vrf] [json]" cmd to DEFPYSarita Patra
2022-10-20pimd: Add vrf optional parameter in "show ip pim bsr" cmdSarita Patra
2022-10-20pim6d: Add [no] ipv6 pim unicast-bsm" commandSarita Patra
2022-10-20pim6d: Add [no] ipv6 pim bsm" commandSarita Patra
2022-09-21Merge pull request #11802 from AbhishekNR/ttable_pim_stateDonatas Abraitis
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim local-membership" ...Abhishek N R
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim neighbor" command ...Abhishek N R
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim join" command outputAbhishek N R
2022-09-16pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim state" command out...Abhishek N R
2022-08-30pim6d: Fix the Code for MLD in the show pim state commandMobashshera Rasool
2022-08-29pimd, pim6d: deleting the memory malloced for json.Abhishek N R
2022-08-24pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim jp-agg" CLISai Gomathi N
2022-08-24pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim channel" CLISai Gomathi N
2022-08-18Merge pull request #11830 from AbhishekNR/unused_varDonald Sharp