| Commit message (Expand) | Author | Age | Files | Lines |
* | pimd: Clean up pim RPF/NHT show commands | Nathan Bahr | 2024-12-13 | 1 | -68/+79 |
* | pimd: Refactor pim NHT | Nathan Bahr | 2024-12-13 | 1 | -4/+1 |
* | pimd: Implement autorp mapping agent CLI | Nathan Bahr | 2024-11-19 | 1 | -118/+67 |
* | pimd: fix autorp CLI bugs | Barry A. Trent | 2024-09-27 | 1 | -4/+4 |
* | pimd,yang: Implement AutoRP CLI and NB config path | Nathan Bahr | 2024-09-24 | 1 | -0/+159 |
* | pimd: add igmp proxy cli and yang configuration | Barry A. Trent | 2024-09-20 | 1 | -0/+11 |
* | pimd: use vty_json | Jafar Al-Gharaibeh | 2024-09-14 | 1 | -4/+1 |
* | pimd: candidate BSR/RP show commands, move under ip pim bsr | Jafar Al-Gharaibeh | 2024-09-09 | 1 | -1/+117 |
* | pimd: Candidate-BSR support | Jafar Al-Gharaibeh | 2024-09-09 | 1 | -0/+6 |
* | pimd: Candidate-RP support | Jafar Al-Gharaibeh | 2024-09-09 | 1 | -0/+49 |
* | *: Create termtable specific temp memory | Donald Sharp | 2024-09-01 | 1 | -18/+18 |
* | pimd: fix compile warnings | Jafar Al-Gharaibeh | 2024-07-22 | 1 | -5/+5 |
* | pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node | Nathan Bahr | 2024-07-16 | 1 | -131/+57 |
* | pimd: fix crash unconfiguring rp keepalive timer | Vijayalaxmi Basavaraj | 2024-04-26 | 1 | -2/+9 |
* | lib: remove leaf-list xpath hack from northbound | Igor Ryzhov | 2024-01-23 | 1 | -24/+28 |
* | *: Remove sys/ioctl.h from zebra.h | Donald Sharp | 2024-01-04 | 1 | -0/+1 |
* | lib: all: remove './' from xpath 22% speedup | Christian Hopps | 2023-11-29 | 1 | -1/+1 |
* | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ | Donald Sharp | 2023-11-21 | 1 | -4/+4 |
* | pimd: Use a better name for oil_parent | Donald Sharp | 2023-09-19 | 1 | -7/+7 |
* | pimd: Convert usage of pim_addr_dump to %pFXh | Donald Sharp | 2023-07-21 | 1 | -4/+1 |
* | pimd, pim6d: Added pimEnabled field in "show ip pim nexthop json" cli | Sarita Patra | 2023-07-10 | 1 | -0/+10 |
* | pim6d: "show ipv6 pim state" not displaying when OIL is empty | Sarita Patra | 2023-06-08 | 1 | -2/+14 |
* | pimd: When doing json output do not output non-json strings | Donald Sharp | 2023-05-28 | 1 | -2/+2 |
* | pimd,pim6d: Modify pim_neighbor_find() API | Sarita Patra | 2023-02-24 | 1 | -1/+1 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecation | Donald Sharp | 2023-02-01 | 1 | -27/+1 |
|\ |
|
| * | *: Drop deprecated incorrect JSON fields with wrong naming | Donatas Abraitis | 2023-01-31 | 1 | -27/+1 |
* | | *: fix non-const northbound XPath format strings | David Lamparter | 2023-01-27 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #12325 from AbhishekNR/ttable_pim_nexthop | Donatas Abraitis | 2022-11-30 | 1 | -17/+62 |
|\ |
|
| * | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim bsrp-info" command... | Abhishek N R | 2022-11-24 | 1 | -15/+48 |
| * | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim nexthop" command o... | Abhishek N R | 2022-11-23 | 1 | -7/+19 |
* | | pim6d: Fix RpAddress in "show ipv6 pim bsm-database" | Sarita Patra | 2022-11-25 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #12094 from patrasar/pimv6_rp_linklocal | Donatas Abraitis | 2022-10-21 | 1 | -0/+12 |
|\ |
|
| * | pimd, pim6d: Don't configure link-local, Multicast, Unspecified address as RP | Sarita Patra | 2022-10-20 | 1 | -0/+12 |
* | | pimd: Move "show ip pim bsm-database" cmd to DEFPY | Sarita Patra | 2022-10-20 | 1 | -0/+185 |
* | | pimd: Move "show ip pim bsrp-info [vrf] [json]" cmd to DEFPY | Sarita Patra | 2022-10-20 | 1 | -0/+139 |
* | | pimd: Add vrf optional parameter in "show ip pim bsr" cmd | Sarita Patra | 2022-10-20 | 1 | -0/+89 |
* | | pim6d: Add [no] ipv6 pim unicast-bsm" command | Sarita Patra | 2022-10-20 | 1 | -0/+30 |
* | | pim6d: Add [no] ipv6 pim bsm" command | Sarita Patra | 2022-10-20 | 1 | -0/+30 |
|/ |
|
* | Merge pull request #11802 from AbhishekNR/ttable_pim_state | Donatas Abraitis | 2022-09-21 | 1 | -60/+77 |
|\ |
|
| * | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim state" command out... | Abhishek N R | 2022-09-16 | 1 | -60/+77 |
* | | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim local-membership" ... | Abhishek N R | 2022-09-19 | 1 | -14/+26 |
* | | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim neighbor" command ... | Abhishek N R | 2022-09-19 | 1 | -5/+19 |
* | | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim join" command output | Abhishek N R | 2022-09-19 | 1 | -8/+24 |
|/ |
|
* | pim6d: Fix the Code for MLD in the show pim state command | Mobashshera Rasool | 2022-08-30 | 1 | -1/+1 |
* | pimd, pim6d: deleting the memory malloced for json. | Abhishek N R | 2022-08-29 | 1 | -0/+1 |
* | pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim jp-agg" CLI | Sai Gomathi N | 2022-08-24 | 1 | -9/+22 |
* | pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim channel" CLI | Sai Gomathi N | 2022-08-24 | 1 | -20/+33 |
* | Merge pull request #11830 from AbhishekNR/unused_var | Donald Sharp | 2022-08-18 | 1 | -3/+2 |
|\ |
|
| * | pimd, pim6d: Removing unused parameter | Abhishek N R | 2022-08-18 | 1 | -3/+2 |