index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pimd
/
pim_oil.c
Age
Commit message (
Expand
)
Author
2023-05-02
pimd: PIM not sending register packets after changing from non DR to DR
Sai Gomathi N
2022-12-16
pimd: Fix (S,G) debug issue
Sarita Patra
2022-06-15
pimd: Fix the setting of oif_flags in channel oil
Mobashshera Rasool
2022-06-09
pimd: Fixup oil_if_has and oil_if_set to be consistent
Donald Sharp
2022-06-09
pimd: Fix pim_channel_oil_empty tests
Donald Sharp
2022-03-23
pim6d: Mroute changes
plsaranya
2022-03-12
pimd: add safety check to OIL add/del
David Lamparter
2022-02-16
pim6d: IPv6-adjust mroute code
David Lamparter
2022-01-17
pimd: move, rename and deploy pim_addr_is_any()
David Lamparter
2022-01-17
pimd: remove pim_str_sg_dump()
David Lamparter
2022-01-12
pimd: `prefix_sg` => `pim_sgaddr`
David Lamparter
2022-01-12
pimd: move `%pSG4` to `%pPSG4`
David Lamparter
2022-01-08
pimd: Cleanup weird indentation
Donald Sharp
2021-05-19
pimd: Fix rare crash situation
Donald Sharp
2021-04-23
pimd: zassert => assert
David Lamparter
2020-06-03
pimd: Fix missing code
Donald Sharp
2020-03-06
pimd: logs to help debug leaked channel OIF problems
Anuradha Karuppiah
2020-03-06
pimd: Add accidently missed code during upstreaming process
Donald Sharp
2020-03-05
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-01-03
pimd: Convert the upstream_list and hash to a rb tree
Donald Sharp
2020-01-03
pimd: Convert the channel_oil_list|hash to a rb_tree
Donald Sharp
2019-11-19
pimd: exclude pimreg from the inherited OIL
Anuradha Karuppiah
2019-11-15
pimd: enforce PIM_ENFORCE_LOOPFREE_MFC at the time of MFC programming
Anuradha Karuppiah
2019-11-15
pimd: re-eval JD on sources when a STAR_OIF is removed
Anuradha Karuppiah
2019-11-15
pimd: fixup pim_channel_oil_empty macro
Anuradha Karuppiah
2019-11-15
pimd: set mfcc_parent at the time of MFCC programming
Anuradha Karuppiah
2019-11-15
pimd: decide between SPT based and RPT based forwarding
Anuradha Karuppiah
2019-11-15
pimd: re-eval c_oil mute flags on upstream attach/detach
Anuradha Karuppiah
2019-11-15
pimd: MUTE flag to suppress traffic forwarding on non-DF
Anuradha Karuppiah
2019-11-15
pimd: update add_oif and del_oif debugs to print caller
Anuradha Karuppiah
2019-07-18
pimd: Add pim_channel_oil_change_iif
Donald Sharp
2019-06-21
Merge pull request #4518 from sarav511/dr_lhr
Donald Sharp
2019-06-14
pimd: Add debugs for channel_oil creation and deletion
Donald Sharp
2019-06-14
pimd: Display ifp name in pim_channel_oil_dump
Donald Sharp
2019-06-12
pimd: fix DR at LHR scenario where non DR is connected to RP
saravanank
2019-05-14
lib: hashing functions should take const arguments
Quentin Young
2019-04-20
pimd: allow mroutes with IIF in the OIL
Anuradha Karuppiah
2019-03-18
pimd: Addressing the review comments
Sarita Patra
2019-02-24
pimd: Don't install dummy channel oil entry into Kernel
Sarita Patra
2019-02-24
pimd: create dummy (*,G) upstream when RP not configured/reachable
Sarita Patra
2019-02-07
pimd: Don't refersh the oif_creation timer if S,G already present
Sarita Patra
2018-10-19
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-02
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-08-21
*: fix gcc-8 format-overflow warnings
David Lamparter
2018-07-08
pimd: Remove unnecessary alloc failures
Donald Sharp
2018-06-18
ospfd, pimd: redundant memset (cppcheck)
paco
2018-03-06
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-02-19
pimd: Multicast traceroute client and router
Mladen Sablic
2017-10-05
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-08-02
pimd: Squash some more memory leaks
Donald Sharp
[next]