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
/
bgpd
/
bgp_zebra.c
Age
Commit message (
Expand
)
Author
2025-02-13
bgpd: When bgp notices a change to shared_network inform bfd of it
Donald Sharp
2025-01-21
bgpd: Fix for local interface MAC cache issue in 'bgp mac hash' table
Krishnasamy R
2024-12-11
bgpd: Fix bgp core with a possible Intf delete
Rajasekar Raja
2024-10-29
bgpd: add `bgp ipv6-auto-ra` command
Mikhail Sokolovskiy
2024-06-21
bgpd: fix do not use api.backup_nexthop in ZAPI message
Philippe Guibert
2024-05-06
bgpd: Fix the order of NULL check and ZAPI decode
Carmine Scarpitta
2024-05-06
bgpd: Fix crash when deleting the SRv6 locator
Carmine Scarpitta
2024-04-03
bgpd: Note when receiving but not understanding a route notification
Donald Sharp
2024-02-09
bgpd: fix route recursion on leaked routes
Louis Scalbert
2024-02-07
bgpd: fix flushing ipv6 flowspec entries when peering stops
Philippe Guibert
2024-01-09
Merge pull request #15001 from pguibert6WIND/zebra_nexthop_rework
Russ White
2023-12-27
bgpd: revamp evpn debugs nexthop and l3vni
Chirag Shah
2023-12-18
bgpd, lib: add zapi_route_set_nhg_id() support
Philippe Guibert
2023-12-18
bgpd: rework bgp_zebra_announce() function, separate nexthop handling
Philippe Guibert
2023-12-18
bgpd: rework debug nexthop in separate function
Philippe Guibert
2023-11-29
bgpd: Free Memory for SRv6 Functions and Locator Chunks
Keelan10
2023-11-25
Merge pull request #14867 from opensourcerouting/zclient-options-cleanup
Donald Sharp
2023-11-23
*: add `zclient_options_sync`
David Lamparter
2023-11-22
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHER
Donatas Abraitis
2023-11-21
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-20
bgpd: use `zclient->nexthop_update`
David Lamparter
2023-11-13
bgpd: Used %pBD instead of %pRN
Donald Sharp
2023-11-10
bgpd: Add guard for `zlog_debug`
Carmine Scarpitta
2023-11-07
*: Move distance related defines into their own header
Donald Sharp
2023-11-02
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
2023-10-31
Merge pull request #14388 from pguibert6WIND/redistribute_table_bgp_2
Russ White
2023-10-20
bgpd: add redistribute table-direct support
Philippe Guibert
2023-10-18
bgpd: fix hardset l3vpn label available in mpls pool
Philippe Guibert
2023-10-12
bgpd: Remove unused cumulative bandwidth variable
Donald Sharp
2023-10-12
bgpd: Just pass down the Bandwidth unmodified so that Zebra can use it
Donald Sharp
2023-10-10
Revert "bgpd: do not announce link-state routes to zebra"
Donald Sharp
2023-10-07
*: remove ZEBRA_INTERFACE_VRF_UPDATE
anlan_cs
2023-09-26
Merge pull request #12649 from louis-6wind/bgp-link-state
Russ White
2023-09-20
bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthop
Dmytro Shytyi
2023-09-18
bgpd: do not announce link-state routes to zebra
Louis Scalbert
2023-09-10
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
bgpd: peer_established should be connection oriented
Donald Sharp
2023-08-31
Merge pull request #14282 from pguibert6WIND/fix_redistribute_table_flush
Donatas Abraitis
2023-08-29
bgpd: fix redistribute table command after bgp restarts
Philippe Guibert
2023-08-22
bgpd: Convert from struct bgp_node to struct bgp_dest
Yuqing Zhao
2023-08-13
Merge pull request #14126 from LabNConsulting/ziemba-pbr-actions-mangling
Donatas Abraitis
2023-08-09
Merge pull request #14099 from lkClare/formated_sync_0727
Donatas Abraitis
2023-08-08
pbrd: add explicit 'family' field for rules
G. Paul Ziemba
2023-08-08
bgpd: bgp_path_info_extra memory optimization
Valerian_He
2023-08-03
bgpd: Have bgp notice the zebra ability to use v6_with_v4_nexthops
Donald Sharp
2023-07-26
Merge pull request #14064 from donaldsharp/pim_cleanup
mobash-rasool
2023-07-21
bgpd: Cleanup bgp_zebra_announce_default to be cleaner
Donald Sharp
2023-07-20
lib: zapi PBR common encode/decode
G. Paul Ziemba
2023-07-19
pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi)
G. Paul Ziemba
[next]