| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #10733 from anlancs/zebra-remove-update | Rafael Zalamena | 2023-10-08 | 1 | -34/+0 |
|\ |
|
| * | *: remove ZEBRA_INTERFACE_VRF_UPDATE | anlan_cs | 2023-10-07 | 1 | -34/+0 |
* | | pimd: Indicating the rp in the msdp sa message | Adriano Marto Reis | 2023-10-04 | 2 | -3/+25 |
|/ |
|
* | pimd: remove redundant closing socket | anlan_cs | 2023-09-23 | 1 | -1/+0 |
* | pimd: Use a better name for oil_parent | Donald Sharp | 2023-09-19 | 7 | -40/+38 |
* | Merge pull request #14299 from SaiGomathiN/14286 | Russ White | 2023-09-19 | 1 | -1/+1 |
|\ |
|
| * | pimd,pim6d: Resolving the YANG datatype Inconsistency for PIM Hello Interval | Sai Gomathi N | 2023-08-30 | 1 | -1/+1 |
* | | pimd: Display oil_parent as a string name of the interface | Donald Sharp | 2023-09-14 | 3 | -14/+22 |
* | | pimd: Prevent crash when receiving register message when the RP() is unknown | Donald Sharp | 2023-08-31 | 1 | -1/+9 |
* | | pimd: When receiving a packet be more careful with length in pim_pim_packet | Donald Sharp | 2023-08-30 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #14193 from donaldsharp/pim_vxlan_weirdness | mobash-rasool | 2023-08-15 | 5 | -10/+98 |
|\ |
|
| * | pimd: Add whether or not the rpf succeeded or not to the debug | Donald Sharp | 2023-08-14 | 1 | -9/+9 |
| * | pimd: Intentionally rescan oil when RPF fails on upstream creation | Donald Sharp | 2023-08-14 | 1 | -0/+1 |
| * | pimd: Allow more immediate null registers to be sent in the vxlan code | Donald Sharp | 2023-08-12 | 3 | -0/+62 |
| * | pimd: Prevent vxlan from causing a S,G RPT Prune in some cases | Donald Sharp | 2023-08-12 | 1 | -1/+26 |
* | | Merge pull request #14016 from mjstapp/event_exec_ptr | Donald Sharp | 2023-08-15 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | * : include event ptr in event_execute api | Mark Stapp | 2023-07-25 | 1 | -3/+3 |
* | | pimd, pim6d: Don't set SRC_STREAM flag on LHR | Sarita Patra | 2023-07-31 | 1 | -2/+4 |
* | | pimd: Remove pim_addr_dump | Donald Sharp | 2023-07-21 | 3 | -33/+0 |
* | | pimd: Convert usage of pim_addr_dump to %pFXh | Donald Sharp | 2023-07-21 | 1 | -4/+1 |
|/ |
|
* | Merge pull request #14006 from AbhishekNR/mld_core | Donald Sharp | 2023-07-20 | 2 | -0/+17 |
|\ |
|
| * | pim6d: Fixing core while running MLD conformance test. | Abhishek N R | 2023-07-18 | 2 | -0/+17 |
* | | Merge pull request #13605 from anlancs/fix/pimd-promote-interface | Donald Sharp | 2023-07-20 | 1 | -2/+12 |
|\ \ |
|
| * | | pimd: Fix missing promotion for primary address | anlan_cs | 2023-05-26 | 1 | -2/+12 |
* | | | Merge pull request #13629 from anlancs/fix/pimd-order-pimreg | Donald Sharp | 2023-07-19 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | pimd: Fix wrong creating order for pimreg | anlan_cs | 2023-05-30 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #13717 from anlancs/fix/pimd-igmp-prot-back-2 | mobash-rasool | 2023-07-13 | 1 | -1/+1 |
|\ \ |
|
| * | | pimd: Fix wrong protocol for SSM | anlan_cs | 2023-06-07 | 1 | -1/+1 |
* | | | pimd, pim6d: Added pimEnabled field in "show ip pim nexthop json" cli | Sarita Patra | 2023-07-10 | 1 | -0/+10 |
* | | | Merge pull request #13837 from mobash-rasool/fixes2 | Donatas Abraitis | 2023-07-06 | 1 | -5/+20 |
|\ \ \ |
|
| * | | | pim6d: MLD conformance querier-non-querier transition fix | Mobashshera Rasool | 2023-06-26 | 1 | -5/+20 |
* | | | | Merge pull request #13467 from patrasar/pimv6_state_fix | Donatas Abraitis | 2023-07-04 | 1 | -2/+14 |
|\ \ \ \ |
|
| * | | | | pim6d: "show ipv6 pim state" not displaying when OIL is empty | Sarita Patra | 2023-06-08 | 1 | -2/+14 |
* | | | | | pimd: Fix memory leak in PIM interface deletion | Keelan10 | 2023-06-27 | 1 | -9/+4 |
| |/ / /
|/| | | |
|
* | | | | pim, pim6d: pimreg interface is not getting added in a certain scenario | Sai Gomathi N | 2023-06-21 | 2 | -0/+2 |
* | | | | Merge pull request #13765 from AbhishekNR/query-max-response-time | Donatas Abraitis | 2023-06-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | pim6d: Correcting the help string | Abhishek N R | 2023-06-12 | 1 | -1/+1 |
* | | | | | pimd,pim6d: Correct the socket to send reg-stop msg | Mobashshera Rasool | 2023-06-13 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #13727 from anlancs/pimd/cleanup-1 | mobash-rasool | 2023-06-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | pimd: adjust the display for debug | anlan_cs | 2023-06-08 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #13664 from routingrocks/pim_nb_fix | Donatas Abraitis | 2023-06-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | pimd: Change in PIM northbound error, when a path to RP is not found during c... | Rajesh Varatharaj | 2023-06-02 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13421 from mobash-rasool/igmp-ups2 | Donatas Abraitis | 2023-06-08 | 3 | -85/+65 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | pimd, pim6d: Move mld/igmp deletion code to a common api | Mobashshera Rasool | 2023-06-07 | 3 | -34/+25 |
| * | | | pimd, pim6d: Rename and move api pim_cmd_interface_delete | Mobashshera Rasool | 2023-06-07 | 3 | -37/+27 |
| * | | | pimd, pim6d: Move api pim_if_membership_clear | Mobashshera Rasool | 2023-06-07 | 2 | -14/+13 |
| | |/
| |/| |
|
* | | | pimd: remove api source_channel_oil_detach() | Sarita Patra | 2023-06-05 | 1 | -8/+0 |
* | | | pim6d: Clear channel_oil on prune | Sarita Patra | 2023-06-05 | 2 | -2/+3 |
|/ / |
|
* | | Merge pull request #13450 from patrasar/mld_core | Donatas Abraitis | 2023-06-01 | 1 | -3/+5 |
|\ \ |
|
| * | | pim6d: Fix crash in ipv6 pim command | Sarita Patra | 2023-05-30 | 1 | -3/+5 |
| |/ |
|