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_open.c
Age
Commit message (
Expand
)
Author
2023-03-24
bgpd: Check 7 bytes for Long-lived Graceful-Restart capability
Donatas Abraitis
2022-09-30
bgpd: Ensure FRR has enough data to read 2 bytes in bgp_open_option_parse
Donald Sharp
2022-09-30
bgpd: Ensure FRR has enough data to read 2 bytes in peek_for_as4_capability
Donald Sharp
2022-06-28
bgpd: Make sure peer-groups/unnumbered work too with BGP role
Donatas Abraitis
2022-06-21
bgpd: Add patches for RFC9234 implementation
Eugene Bogomazov
2022-06-17
bgpd: Add RFC9234 implementation
Eugene Bogomazov
2022-05-05
bgpd: Add CLI knob to enable graceful restart for BGP notifications
Donatas Abraitis
2022-05-02
Merge pull request #11128 from opensourcerouting/feature/rfc8538
Donald Sharp
2022-05-02
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
2022-04-27
bgpd: Rename graceful restart constants for R-bit capabilities
Donatas Abraitis
2022-04-27
bgpd: Rename graceful restart constants for R/F flags
Donatas Abraitis
2022-04-27
bgpd: Ensure pkt_afi and pkt_safi are not used uninited in some cases
Donald Sharp
2021-12-28
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-11-29
Merge pull request #10105 from ton31337/feature/rfc9072
Russ White
2021-11-23
bgpd: Add missing LLGR capability handling stuff
Donatas Abraitis
2021-11-22
bgpd: Implement rfc9072
Donatas Abraitis
2021-10-31
bgpd: Add Long-lived Graceful Restart capability (restarter)
Donatas Abraitis
2021-10-26
bgpd: Unify AddPath capability for OPEN logging
Donatas Abraitis
2021-10-26
bgpd: Unify multiprotocol capability for OPEN logging
Donatas Abraitis
2021-10-26
bgpd: Remove double logging for Graceful Restart capability
Donatas Abraitis
2021-09-03
bgpd: Add `disable-addpath-rx` knob
Donatas Abraitis
2021-08-02
bgpd: Set extended msg size only if we advertised and received capability
Donatas Abraitis
2021-05-06
bgpd: rework BGP_MAX_PACKET_SIZE & friends
Quentin Young
2021-03-04
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-01-05
bgpd: Implement enhanced route refresh capability
Donatas Abraitis
2020-09-04
Merge pull request #6589 from NaveenThanikachalam/gr_fixes
Donatas Abraitis
2020-07-14
bgpd: GR fixes
Naveen Thanikachalam
2020-07-14
*: un-split strings across lines
David Lamparter
2020-03-21
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-05
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-02-06
bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
Donatas Abraitis
2020-02-06
Merge pull request #5761 from qlyoung/fix-bgp-gr-cruft
Donatas Abraitis
2020-02-05
Merge pull request #5750 from qlyoung/fix-null-after-xfree
Renato Westphal
2020-02-04
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
*: remove null check before XFREE
Quentin Young
2020-02-04
Merge pull request #5653 from slankdev/slankdev-bgpd-support-prefix-sid-srv6-...
Donald Sharp
2020-02-03
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-01-31
bgpd: Cleanup some bad formating
Donald Sharp
2020-01-23
bgpd: Added bgp graceful restart additional debug logs.
bisdhdh
2020-01-23
bgpd: BGP Garaceful Restart debug logs.
bisdhdh
2020-01-23
bgpd: Adding helper caller hooks for BGPD-ZEBRA integration for GR.
bisdhdh
2020-01-23
bgpd: BGP-GR peer router restart-time should be reset.
bisdhdh
2020-01-23
bgpd: Fix for Helper node doesn't set R-bit in OPEN message after the reload.
bisdhdh
2020-01-23
bgpd: BGP tcp session failed to apply GR configuration on the transferred
bisdhdh
2020-01-23
bgpd: Adding BGP GR Per Neighbor show commands.
bisdhdh
2020-01-23
bgpd: BGP GR advertise capabilities in the open message.
bisdhdh
2020-01-16
bgpd: fix memory leak when parsing capabilities
Quentin Young
2020-01-09
bgpd: extended nexthop capability for vpnv4-unicast
Hiroki Shirokura
2019-09-17
Merge pull request #4861 from NaveenThanikachalam/logs
Lou Berger
2019-09-09
BGP: Rectifying the log messages.
Naveen Thanikachalam
[next]