index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: data is set but never used
Donald Sharp
2024-01-09
1
-1
/
+1
*
bgpd: Add `debug bgp updates detail` command
Donatas Abraitis
2024-01-07
1
-2
/
+3
*
bgpd: Validate Addpath capability flags per AF
Donatas Abraitis
2023-12-17
1
-2
/
+14
*
bgpd: Do not null-terminate the domainname when receiving FQDN capability
Donatas Abraitis
2023-12-01
1
-2
/
+0
*
bgpd: Ignore handling NLRIs if we received MP_UNREACH_NLRI
Donatas Abraitis
2023-10-31
1
-1
/
+6
*
Merge pull request #14651 from opensourcerouting/fix/bgpd_coverity_fqdn_capab...
Russ White
2023-10-25
1
-2
/
+0
|
\
|
*
bgpd: Drop unnecessary null-termination for fqdn
Donatas Abraitis
2023-10-25
1
-2
/
+0
*
|
Merge pull request #14645 from opensourcerouting/fix/crash_mp_reach_nlri
Russ White
2023-10-25
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
bgpd: Handle MP_REACH_NLRI malformed packets with session reset
Donatas Abraitis
2023-10-24
1
-5
/
+1
*
|
bgpd: Handle FQDN capability using dynamic capabilities
Donatas Abraitis
2023-10-20
1
-2
/
+126
|
/
*
bgpd: Handle ORF capability using dynamic capabilities
Donatas Abraitis
2023-10-18
1
-2
/
+193
*
Merge pull request #14528 from opensourcerouting/feature/bgpd_handle_addpath_...
Russ White
2023-10-11
1
-2
/
+177
|
\
|
*
bgpd: Handle Addpath capability using dynamic capabilities
Donatas Abraitis
2023-10-03
1
-2
/
+177
*
|
Revert "bgpd: accept bgp link-state capability"
Donald Sharp
2023-10-10
1
-2
/
+0
*
|
Revert "bgpd: store bgp link-state prefixes"
Donald Sharp
2023-10-10
1
-5
/
+0
|
/
*
bgpd: Validate maximum length of software version when handling via dynamic caps
Donatas Abraitis
2023-09-29
1
-17
/
+36
*
Merge pull request #12649 from louis-6wind/bgp-link-state
Russ White
2023-09-26
1
-0
/
+7
|
\
|
*
bgpd: store bgp link-state prefixes
Louis Scalbert
2023-09-18
1
-0
/
+5
|
*
bgpd: accept bgp link-state capability
Louis Scalbert
2023-09-18
1
-0
/
+2
*
|
bgpd: Flush per AFI/SAFI capabilities flags, stale_time for LLGR cap
Donatas Abraitis
2023-09-22
1
-0
/
+11
*
|
bgpd: Clear graceful-restart per AFI/SAFI capability flags when receiving unset
Donatas Abraitis
2023-09-22
1
-0
/
+11
*
|
bgpd: Handle LLGR capability using dynamic capabilities
Donatas Abraitis
2023-09-13
1
-13
/
+131
|
/
*
bgpd: First pass of BGP_EVENT_ADD
Donald Sharp
2023-09-10
1
-18
/
+20
*
bgpd: bgp_packet pass connection around
Donald Sharp
2023-09-10
1
-60
/
+68
*
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
1
-14
/
+14
*
bgpd: peer_established should be connection oriented
Donald Sharp
2023-09-10
1
-11
/
+12
*
bgpd: bgp_open_send is connection oriented not peer oriented
Donald Sharp
2023-09-10
1
-2
/
+3
*
bgpd: make bgp_timer_set use a peer_connection instead
Donald Sharp
2023-09-10
1
-1
/
+1
*
bgpd: bgp_notify_send use peer_connection instead of peer
Donald Sharp
2023-09-09
1
-55
/
+67
*
bgpd: move t_generate_updgrp_packets into peer_connection
Donald Sharp
2023-09-09
1
-3
/
+4
*
bgpd: move t_routeadv to peer_connection
Donald Sharp
2023-09-09
1
-1
/
+1
*
bgpd: Print a hostname also for GR logs under dynamic capability
Donatas Abraitis
2023-08-30
1
-8
/
+6
*
bgpd: Make sure we have enough data to read restart time and flags for GR cap
Donatas Abraitis
2023-08-30
1
-0
/
+7
*
bgpd: Handle Graceful-Restart capability with dynamic capability
Donatas Abraitis
2023-08-30
1
-2
/
+151
*
Merge pull request #14300 from opensourcerouting/fix/set_role_as_undefined_wh...
Donald Sharp
2023-08-30
1
-0
/
+1
|
\
|
*
bgpd: Unset role when receiving UNSET action for dynamic capability
Donatas Abraitis
2023-08-30
1
-0
/
+1
*
|
bgpd: Use zlog_err and not zlog_info when we have an error for dynamic capabi...
Donatas Abraitis
2023-08-29
1
-31
/
+29
|
/
*
bgpd: Handle Role capability via dynamic capabilities for SET/UNSET properly
Donatas Abraitis
2023-08-29
1
-3
/
+8
*
bgpd: Do not process NLRIs if the attribute length is zero
Donatas Abraitis
2023-08-22
1
-1
/
+1
*
Merge pull request #8790 from donaldsharp/peer_connection
Donatas Abraitis
2023-08-21
1
-50
/
+56
|
\
|
*
bgpd: Convert `struct peer_connection` to dynamically allocated
Donald Sharp
2023-08-18
1
-32
/
+31
|
*
bgpd: Move t_process_packet and t_process_packet_error to connection
Donald Sharp
2023-08-18
1
-1
/
+1
|
*
bgpd: Move status and ostatus to `struct peer_connection`
Donald Sharp
2023-08-18
1
-18
/
+21
|
*
bgpd: Convert bgp_io.c to take `struct peer_connection`
Donald Sharp
2023-08-18
1
-13
/
+17
|
*
bgpd: Start abstraction of `struct peer_connection`
Donald Sharp
2023-08-18
1
-23
/
+23
*
|
bgpd: Don't read the first byte of ORF header if we are ahead of stream
Donatas Abraitis
2023-08-20
1
-1
/
+2
|
/
*
Merge pull request #14154 from opensourcerouting/feature/bgpd_handle_role_cap...
Russ White
2023-08-08
1
-0
/
+30
|
\
|
*
bgpd: Check if peer is established and dynamic capability-aware
Donatas Abraitis
2023-08-05
1
-0
/
+7
|
*
bgpd: Handle role capability using dynamic capability
Donatas Abraitis
2023-08-05
1
-0
/
+23
*
|
Merge pull request #14139 from donaldsharp/v6_v4_nexthops
Donatas Abraitis
2023-08-06
1
-5
/
+8
|
\
\
|
|
/
|
/
|
[next]