index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_open.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15036 from opensourcerouting/fix/use_constants_for_addpat...
Donald Sharp
2023-12-18
1
-2
/
+2
|
\
|
*
bgpd: Use CAPABILITY_CODE_ADDPATH_LEN instead of numeric value
Donatas Abraitis
2023-12-17
1
-2
/
+2
*
|
bgpd: Validate Addpath capability flags per AF
Donatas Abraitis
2023-12-17
1
-0
/
+11
|
/
*
bgpd: Send software version capability for OAD EBGP peers
Donatas Abraitis
2023-11-08
1
-1
/
+1
*
bgpd: Set the software version capability received flag only after a validation
Donatas Abraitis
2023-11-08
1
-2
/
+2
*
bgpd: Reuse orf_type_str/orf_mode_str for dynamic capabilities code
Donatas Abraitis
2023-10-17
1
-9
/
+8
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-0
/
+1
*
Merge pull request #14528 from opensourcerouting/feature/bgpd_handle_addpath_...
Russ White
2023-10-11
1
-11
/
+19
|
\
|
*
bgpd: Clear addpath RX flag if it's absent
Donatas Abraitis
2023-10-03
1
-11
/
+19
*
|
Revert "lib: register bgp link-state afi/safi"
Donald Sharp
2023-10-10
1
-27
/
+0
*
|
Revert "bgpd: accept bgp link-state capability"
Donald Sharp
2023-10-10
1
-2
/
+1
|
/
*
Merge pull request #12649 from louis-6wind/bgp-link-state
Russ White
2023-09-26
1
-1
/
+29
|
\
|
*
bgpd: accept bgp link-state capability
Louis Scalbert
2023-09-18
1
-1
/
+2
|
*
lib: register bgp link-state afi/safi
Louis Scalbert
2023-09-18
1
-0
/
+27
*
|
bgpd: Move BGP_CAP_LLGR_MIN_PACKET_LEN to headers file
Donatas Abraitis
2023-09-13
1
-12
/
+0
|
/
*
bgpd: Move the peer->su to connection->su
Donald Sharp
2023-09-10
1
-5
/
+5
*
bgpd: bgp_notify_send use peer_connection instead of peer
Donald Sharp
2023-09-09
1
-20
/
+27
*
bgpd: Use zlog_err and not zlog_info when we have an error for dynamic capabi...
Donatas Abraitis
2023-08-29
1
-16
/
+17
*
bgpd: Check the length of the rcv software version
Donatas Abraitis
2023-08-20
1
-1
/
+11
*
bgpd: Send software-version capability by default
Donatas Abraitis
2023-07-18
1
-0
/
+1
*
bgpd: Deprecate Prestandard Outbound Route Filtering capability
Donatas Abraitis
2023-07-07
1
-31
/
+1
*
bgpd: Deprecate Prestandard Route Refresh capability (128)
Donatas Abraitis
2023-07-07
1
-14
/
+2
*
bgpd: Drop deprecated capability (dynamic 66)
Donatas Abraitis
2023-07-07
1
-11
/
+0
*
Merge pull request #12953 from donaldsharp/struct_event
Jafar Al-Gharaibeh
2023-03-24
1
-1
/
+1
|
\
|
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
|
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
bgpd: Check 7 bytes for Long-lived Graceful-Restart capability
Donatas Abraitis
2023-03-24
1
-1
/
+13
|
/
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
bgpd: Add BGP Software Version Capability
Donatas Abraitis
2023-02-15
1
-0
/
+86
|
/
*
bgpd: Add missing enum's to case statement
Donald Sharp
2023-01-31
1
-4
/
+8
*
bgpd: Deprecate some unused BGP stuff
Donatas Abraitis
2023-01-14
1
-15
/
+2
*
bgpd: Adopt addpath functionality for labeled-unicast
Donatas Abraitis
2022-12-06
1
-2
/
+16
*
bgpd: Check and print if we receive ORF reserved type
Donatas Abraitis
2022-11-03
1
-0
/
+13
*
bgpd: Ensure FRR has enough data to read 2 bytes in bgp_open_option_parse
Donald Sharp
2022-09-30
1
-7
/
+28
*
bgpd: Ensure FRR has enough data to read 2 bytes in peek_for_as4_capability
Donald Sharp
2022-09-30
1
-6
/
+21
*
bgpd: Make sure peer-groups/unnumbered work too with BGP role
Donatas Abraitis
2022-06-28
1
-1
/
+1
*
bgpd: Add patches for RFC9234 implementation
Eugene Bogomazov
2022-06-21
1
-11
/
+12
*
bgpd: Add RFC9234 implementation
Eugene Bogomazov
2022-06-17
1
-0
/
+64
*
bgpd: Add CLI knob to enable graceful restart for BGP notifications
Donatas Abraitis
2022-05-05
1
-3
/
+8
*
Merge pull request #11128 from opensourcerouting/feature/rfc8538
Donald Sharp
2022-05-02
1
-14
/
+34
|
\
|
*
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
2022-05-02
1
-8
/
+27
|
*
bgpd: Rename graceful restart constants for R-bit capabilities
Donatas Abraitis
2022-04-27
1
-4
/
+5
|
*
bgpd: Rename graceful restart constants for R/F flags
Donatas Abraitis
2022-04-27
1
-4
/
+4
*
|
bgpd: Ensure pkt_afi and pkt_safi are not used uninited in some cases
Donald Sharp
2022-04-27
1
-8
/
+8
|
/
*
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-12-28
1
-1
/
+8
*
Merge pull request #10105 from ton31337/feature/rfc9072
Russ White
2021-11-29
1
-41
/
+99
|
\
|
*
bgpd: Implement rfc9072
Donatas Abraitis
2021-11-22
1
-41
/
+99
*
|
bgpd: Add missing LLGR capability handling stuff
Donatas Abraitis
2021-11-23
1
-0
/
+3
|
/
*
bgpd: Add Long-lived Graceful Restart capability (restarter)
Donatas Abraitis
2021-10-31
1
-0
/
+91
[next]