index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_instance.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pimd: Fix wrong creating order for pimreg
anlan_cs
2023-05-30
1
-2
/
+2
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-5
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-15
/
+1
*
pimd, pim6d: Send register msg via register socket
Mobashshera Rasool
2022-08-04
1
-0
/
+7
*
Merge pull request #11471 from mobash-rasool/fixes
Donald Sharp
2022-06-24
1
-0
/
+2
|
\
|
*
pimd: Clean up mroute_socket when pim terminates.
Mobashshera Rasool
2022-06-24
1
-0
/
+2
*
|
pimd: fix invalid memory access join_timer_stop
Sarita Patra
2022-06-24
1
-0
/
+15
|
/
*
Merge pull request #10775 from opensourcerouting/pim6-mld-pr
Donald Sharp
2022-05-17
1
-0
/
+2
|
\
|
*
pim6d: change MLD socket to be per VRF
David Lamparter
2022-05-06
1
-0
/
+2
*
|
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
2022-05-06
1
-0
/
+1
|
/
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-2
/
+1
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
|
/
*
pimd: support MSDP global timers configuration
Rafael Zalamena
2021-07-01
1
-0
/
+6
*
pimd: Remove pim->vrf_id and use pim->vrf->vrf_id
Donald Sharp
2021-05-12
1
-2
/
+1
*
pimd: There exists a path where on vrf bringup we do not create the pimreg
Donald Sharp
2021-05-12
1
-0
/
+9
*
pimd: Prevent use after free
Donald Sharp
2021-01-26
1
-0
/
+8
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+1
*
Merge pull request #6008 from sarav511/max_vif
Donald Sharp
2020-03-23
1
-0
/
+1
|
\
|
*
pimd: Do not allow to configure multicast on more than MAXVIF interfaces
saravanank
2020-03-17
1
-0
/
+1
*
|
pimd: Add `ip pim register-accept-list PLIST` command
Donald Sharp
2020-03-06
1
-0
/
+1
*
|
pimd: Rename the PIM_SPT_PLIST_NAME to PIM_PLIST_NAME
Donald Sharp
2020-03-06
1
-1
/
+1
*
|
pimd: the spt infinity prefix-list memory was not being freed
Donald Sharp
2020-03-06
1
-0
/
+1
|
/
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-2
/
+2
*
pimd : Add support for MLAG Register & Un-register
Satheesh Kumar K
2019-11-14
1
-0
/
+5
*
Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"
Quentin Young
2019-10-14
1
-5
/
+0
*
pimd : Add support for MLAG Register & Un-register
Satheesh Kumar K
2019-09-17
1
-0
/
+5
*
pimd: PIM BSM Processing datastructure definition/initialization/deinit
saravanank
2019-05-15
1
-0
/
+5
*
pim: fix order of vxlan mroutes cleanup when pimd is shutdown
Anuradha Karuppiah
2019-04-21
1
-1
/
+2
*
pimd: initial infrastructure to maintain VxLAN SG database
Anuradha Karuppiah
2019-04-20
1
-0
/
+2
*
pimd: Remove pimg
Donald Sharp
2019-01-04
1
-6
/
+0
*
pimd: Create a `struct pim_router` and move thread master into it
Donald Sharp
2019-01-04
1
-1
/
+1
*
vtysh: fix exit-vrf printing
Quentin Young
2018-10-24
1
-1
/
+1
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
pimd: Fix several address sanitizer issues
Donald Sharp
2018-09-24
1
-2
/
+2
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+2
*
pimd: Convert over to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-12
/
+1
*
pimd: Fix crash on shutdown in oil
Donald Sharp
2018-08-03
1
-2
/
+2
*
pimd: Remove unnecessary alloc failures
Donald Sharp
2018-07-08
1
-8
/
+0
*
pimd: Fix ecmp_enable and ecmp_rebalance_enable
Donald Sharp
2018-06-07
1
-0
/
+2
*
pimd: Clean up rpf_hash *after* upstream cleanup
Donald Sharp
2018-05-12
1
-7
/
+7
*
pimd: Move some data tracking variables per VRF
Donald Sharp
2018-03-18
1
-0
/
+1
*
lib: privileges are granted to vty netns command
Philippe Guibert
2018-03-13
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-2
/
+2
*
lib, pimd: Remove PIM_NODE as it is not needed
Donald Sharp
2018-01-30
1
-4
/
+5
*
pim: fix compilation issue with pim
Philippe Guibert
2018-01-22
1
-2
/
+2
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-1
/
+1
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-2
/
+1
*
pimd: Add usage of vty_frame for vrf configuration
Donald Sharp
2017-09-06
1
-2
/
+2
[next]