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
/
rfapi
Age
Commit message (
Expand
)
Author
2023-02-21
Merge pull request #12854 from opensourcerouting/fix/bgp_withdraw_attr_not_used
Russ White
2023-02-21
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
bgpd: Drop struct attr from bgp_withdraw()
Donatas Abraitis
2023-02-17
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-10
bgpd: Remove extraneous include of version.h
Donald Sharp
2023-02-10
bgpd: store the route-distinguisher from config as a string
Philippe Guibert
2023-02-10
bgpd: support for as notation format for route distinguisher
Philippe Guibert
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
*: manual SPDX License ID conversions
David Lamparter
2023-02-07
Merge pull request #12707 from donaldsharp/missed_enums
Donatas Abraitis
2023-02-01
bgpd/rfapi: add missing printf attribute
David Lamparter
2023-01-31
bgpd: Add missing enum's to case statement
Donald Sharp
2023-01-27
*: apply proper format string attributes
David Lamparter
2022-12-21
bgpd: rfapi properly free a couple lists
Donald Sharp
2022-11-29
bgpd: inet_ntop() adjustments
Donatas Abraitis
2022-11-03
bgpd: rfapi doc strings are messed up for one command
Donald Sharp
2022-09-22
bgpd: Use %pRD for prefix_rd2str()
Donatas Abraitis
2022-08-30
bgpd: Fix test for matching UN prefix and the peer
Donatas Abraitis
2022-08-24
bgpd: Replace rfapi_time() with monotime()
Donald Sharp
2022-08-24
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-07-26
Merge pull request #11582 from liwg06/master
Russ White
2022-07-22
Merge pull request #11657 from donaldsharp/why_timer
Donatas Abraitis
2022-07-21
bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARG
Donald Sharp
2022-07-20
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-19
bgpd: rfapi code does not need to assert on memory allocations
Donald Sharp
2022-07-20
bgpd: Fixup some MAC address token cli syntax
Weiguo Li
2022-07-18
bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_second
Donatas Abraitis
2022-06-23
bgpd: Cleanup pointer assignment so compiler doesn't get confused
Donald Sharp
2022-06-06
bgpd: Initialize attr->local_pref to the configured default value
Donatas Abraitis
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-08
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-04-12
bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flags
Donatas Abraitis
2022-04-02
bgpd: Fix spelliing of serach
Donald Sharp
2022-02-28
Merge pull request #10636 from ton31337/fix/use_get_set_for_communities
Russ White
2022-02-25
bgpd: Reuse get/set helpers for attr->community
Donatas Abraitis
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-10
Merge pull request #10549 from idryzhov/bgp-coverity
Donatas Abraitis
2022-02-10
bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nve
Igor Ryzhov
2022-02-10
bgpd: fix null pointer dereferences
Igor Ryzhov
2022-02-08
Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extra
Donald Sharp
2022-02-07
bgpd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
2022-02-04
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2021-10-20
*: convert zclient callbacks to table
David Lamparter
2021-09-21
Merge pull request #9546 from proelbtn/add-support-for-perfix-sid-type-5
Russ White
2021-09-14
bgpd: show SID structure information
Ryoga Saito
2021-08-23
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-07-01
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
bgpd: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
bgpd: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
[prev]
[next]