| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | pimd: Fix v4-over-v6 nexthop handling | Sarita Patra | 2022-10-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #12066 from opensourcerouting/cleanup-cli-xref | Donald Sharp | 2022-10-13 | 2 | -3/+3 |
|\ \ |
|
| * | | *: fix some malformed CLI docstrings | David Lamparter | 2022-10-06 | 2 | -3/+3 |
| |/ |
|
* | | Merge pull request #12074 from donaldsharp/lib_debugs | Donatas Abraitis | 2022-10-12 | 2 | -0/+3 |
|\ \ |
|
| * | | *: Create and use infrastructure to show debugs in lib | Donald Sharp | 2022-10-07 | 2 | -0/+3 |
| |/ |
|
* / | pim6d: Fix RpAddress in "show ipv6 pim bsm-database" | Sarita Patra | 2022-10-11 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #12017 from patrasar/pimv6_hello | Donald Sharp | 2022-10-05 | 3 | -9/+21 |
|\ |
|
| * | pimd, pim6d: send secondary address in PIM hello packet | Sarita Patra | 2022-09-30 | 3 | -9/+21 |
* | | Merge pull request #12013 from SaiGomathiN/11895 | Donatas Abraitis | 2022-10-05 | 3 | -4/+101 |
|\ \ |
|
| * | | pimd,pim6d: Change the show running commands based on address family | Sai Gomathi N | 2022-09-26 | 2 | -4/+6 |
| * | | pim6d: Add 'debug mld trace detail' | Sai Gomathi N | 2022-09-26 | 1 | -0/+19 |
| * | | pim6d: Add 'debug mld trace' | Sai Gomathi N | 2022-09-26 | 1 | -0/+18 |
| * | | pim6d: Add 'debug mld packets' | Sai Gomathi N | 2022-09-26 | 1 | -0/+18 |
| * | | pim6d: Add 'debug mld events' | Sai Gomathi N | 2022-09-26 | 1 | -0/+18 |
| * | | pim6d: Add 'debug mld' | Sai Gomathi N | 2022-09-26 | 1 | -0/+22 |
* | | | Merge pull request #12035 from donaldsharp/pim6_write_non_integrated | Donatas Abraitis | 2022-09-29 | 2 | -5/+2 |
|\ \ \ |
|
| * | | | pimd: Remove some unused defines in pimd.h | Donald Sharp | 2022-09-28 | 1 | -2/+0 |
| * | | | pimd: Assign a vty port value for v6 | Donald Sharp | 2022-09-28 | 2 | -1/+2 |
| * | | | pimd: Allow v6 to do non-integrated configuration | Donald Sharp | 2022-09-27 | 1 | -2/+0 |
| |/ / |
|
* | | | pimd: IGMP Querier election is not correct in LAN scenario | Mobashshera Rasool | 2022-09-27 | 1 | -3/+10 |
* | | | pim6d: Adding last member query count field in "show ipv6 mld interface [ifna... | Abhishek N R | 2022-09-26 | 1 | -0/+2 |
|/ / |
|
* | | 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 |
* | | | Merge pull request #11918 from patrasar/show_ipv6_mld_interface_fix | Donatas Abraitis | 2022-09-21 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | pim6d: fix "show ipv6 mld interface" command | Sarita Patra | 2022-09-14 | 1 | -2/+2 |
* | | | Merge pull request #11958 from AbhishekNR/ttable_show | Donatas Abraitis | 2022-09-20 | 1 | -27/+69 |
|\ \ \ |
|
| * | | | 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 |
* | | | | Merge pull request #11872 from AbhishekNR/const_igmp_gm | Donatas Abraitis | 2022-09-19 | 4 | -25/+31 |
|\ \ \ \ |
|
| * | | | | pimd, pim6d: Changing IGMP to GM in few macro's. | Abhishek N R | 2022-09-19 | 4 | -25/+31 |
| |/ / / |
|
* | | | | Merge pull request #11953 from AbhishekNR/issue_11925 | Donatas Abraitis | 2022-09-19 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | pim6d: (*,G) mroutes not learnt after pim6d daemon restart | Abhishek N R | 2022-09-16 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #11917 from patrasar/pimv6_clear_mroute_fix | Donald Sharp | 2022-09-19 | 1 | -48/+37 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | pim6d: fix clear ipv6 mroute crash | Sarita Patra | 2022-09-16 | 1 | -48/+37 |
| | |/
| |/| |
|
* | | | Merge pull request #11955 from mobash-rasool/fixes3 | Donatas Abraitis | 2022-09-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | pim6d: Fixing coverity issues for pim6_mld.c | Mobashshera Rasool | 2022-09-16 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #11900 from patrasar/pimv6_lmqt | Donatas Abraitis | 2022-09-16 | 1 | -1/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | pim6d: Update last_member_query_interval and last_member_query_count | Sarita Patra | 2022-09-05 | 1 | -1/+6 |
* | | | pimd: Fix memleak in bfd profile | Mobashshera Rasool | 2022-09-14 | 1 | -0/+3 |
* | | | pimd, pim6d: Changing IGMP to GM in debug macros. | Abhishek N R | 2022-09-14 | 8 | -60/+60 |
* | | | Merge pull request #11896 from AbhishekNR/issue_11891 | Donatas Abraitis | 2022-09-08 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | pim6d: Adding additional details for "show ipv6 mld interface [ifname] json" ... | Abhishek N R | 2022-09-06 | 1 | -0/+9 |
| | |/
| |/| |
|
* | | | pimd: Fixing alignment | Sai Gomathi N | 2022-09-06 | 1 | -4/+4 |
* | | | pimd, pim6d: Changing IGMP to GM in debug macros | Sai Gomathi N | 2022-09-06 | 4 | -44/+41 |
|/ / |
|
* | | pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA... | Sai Gomathi N | 2022-09-05 | 7 | -27/+27 |
* | | pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS | Sai Gomathi N | 2022-09-05 | 7 | -12/+12 |
* | | pimd: Removal of unused function pim_neighbor_find_prefix | Mobashshera Rasool | 2022-09-02 | 2 | -11/+0 |
|/ |
|
* | 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 |