summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: re-evaluated S,G OILs upon RP changes and for empty SG upstream oilsRajesh Varatharaj2024-02-083-2/+38
* *: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov2024-02-042-11/+11
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-3/+0
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-7/+10
* Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp2024-01-241-24/+28
|\
| * lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-24/+28
* | pimd: fix crash when configuring ssmpingdIgor Ryzhov2024-01-231-4/+2
|/
* pimd: Use vrf name instead of id in some debugsDonald Sharp2024-01-121-5/+5
* pimd: Re-align pim_msg_get_jp_group_sizeDonald Sharp2024-01-121-72/+66
* Merge pull request #15130 from donaldsharp/pim_vxlan_issuesDonatas Abraitis2024-01-125-8/+51
|\
| * pimd: Make some not very needed debugs more restrictiveDonald Sharp2024-01-112-2/+2
| * pimd: Receiving a Join or Prune should be under J_P debugsDonald Sharp2024-01-111-3/+3
| * pimd: Send up to 10 NULL registers on vxlan startupDonald Sharp2024-01-102-3/+46
* | Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-111-0/+1
|\ \
| * | *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+1
| |/
* / pimd: Cleanup SA issue with value never usedDonald Sharp2024-01-091-1/+1
|/
* *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-042-0/+2
* *: Remove cost of including netinet/icmp.h everywhereDonald Sharp2024-01-042-0/+3
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-292-18/+18
* Merge pull request #14867 from opensourcerouting/zclient-options-cleanupDonald Sharp2023-11-251-4/+1
|\
| * *: add `zclient_options_sync`David Lamparter2023-11-231-4/+1
* | *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-226-36/+22
|/
* Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHERDonatas Abraitis2023-11-224-8/+8
|\
| * *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-214-8/+8
* | pimd: use `zclient->nexthop_update`David Lamparter2023-11-203-34/+22
|/
* Merge pull request #14792 from mobash-rasool/fixes2Donald Sharp2023-11-151-0/+10
|\
| * pim6d: Fix memory leaksMobashshera Rasool2023-11-141-0/+10
* | pimd: Free up link list on shutdownDonald Sharp2023-11-131-0/+3
|/
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* lib: rename `prefixtype` to `uniontype`David Lamparter2023-11-051-8/+8
* Merge pull request #14723 from opensourcerouting/if_zapi_hooks_convertDonald Sharp2023-11-031-2/+4
|\
| * lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* | pimd: Ensure upstream points at the correct rpfDonald Sharp2023-10-311-5/+10
|/
* Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis2023-10-301-1/+1
|\
| * *: modify empty json helper functionChirag Shah2023-10-291-1/+1
* | pim6d: valgrind issue fixesMobashshera Rasool2023-10-171-5/+2
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-2/+2
* | Merge pull request #13617 from anlancs/fix/pimd-remove-pimreg-vrfbase_9.1mobash-rasool2023-10-101-3/+10
|\ \
| * | pimd: Fix missing pimreg interfaceanlan_cs2023-05-301-3/+10
| |/
* | Merge pull request #10733 from anlancs/zebra-remove-updateRafael Zalamena2023-10-081-34/+0
|\ \
| * | *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-34/+0
* | | pimd: Indicating the rp in the msdp sa messageAdriano Marto Reis2023-10-042-3/+25
|/ /
* | pimd: remove redundant closing socketanlan_cs2023-09-231-1/+0
* | pimd: Use a better name for oil_parentDonald Sharp2023-09-197-40/+38
* | Merge pull request #14299 from SaiGomathiN/14286Russ White2023-09-191-1/+1
|\ \
| * | pimd,pim6d: Resolving the YANG datatype Inconsistency for PIM Hello IntervalSai Gomathi N2023-08-301-1/+1
* | | pimd: Display oil_parent as a string name of the interfaceDonald Sharp2023-09-143-14/+22
* | | pimd: Prevent crash when receiving register message when the RP() is unknownDonald Sharp2023-08-311-1/+9
* | | pimd: When receiving a packet be more careful with length in pim_pim_packetDonald Sharp2023-08-301-2/+2
|/ /
* | Merge pull request #14193 from donaldsharp/pim_vxlan_weirdnessmobash-rasool2023-08-155-10/+98
|\ \