index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_fsm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Use the header
Donald Sharp
2020-12-17
1
-1
/
+2
*
bgpd: RFC 4271 DelayOpenTimer
David Schweizer
2020-10-20
1
-16
/
+161
*
bgpd: Advertise FIB installed routes to bgp peers (Part 3)
Soman K S
2020-11-06
1
-3
/
+7
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-5
/
+5
*
bgpd: Make the process_queue per bgp process
Donald Sharp
2020-10-21
1
-6
/
+7
*
bgpd: rename bgp_fsm_event_update
Quentin Young
2020-09-17
1
-5
/
+6
*
bgpd: Add `neighbor <neigh> shutdown rtt` command
Donatas Abraitis
2020-09-07
1
-0
/
+3
*
Merge pull request #7037 from volta-networks/fix_traps_bgp
Donatas Abraitis
2020-09-05
1
-2
/
+4
|
\
|
*
bgpd: fix invocation of bgpTrapBackwardTransition
Babis Chalios
2020-09-02
1
-2
/
+4
*
|
Merge pull request #6589 from NaveenThanikachalam/gr_fixes
Donatas Abraitis
2020-09-04
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
bgpd: GR fixes
Naveen Thanikachalam
2020-07-14
1
-0
/
+24
*
|
Merge pull request #6938 from opensourcerouting/bgp-instance-shutdown
Russ White
2020-08-25
1
-0
/
+2
|
\
\
|
*
|
bgpd: bgp instance administrative shutdown.
David Schweizer
2020-08-14
1
-0
/
+2
*
|
|
bgpd: Fix BGP session stuck in OpenConfirm state
Sarita Patra
2020-08-21
1
-2
/
+2
*
|
|
bgpd: Don't stop hold timer in OpenConfirm State
Sarita Patra
2020-08-21
1
-3
/
+0
|
/
/
*
|
bgpd: fsm legacy thread reset cleanup
David Schweizer
2020-08-07
1
-9
/
+0
*
|
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
|
bgpd: Allow extending peer timeout in rare case
Donald Sharp
2020-06-15
1
-0
/
+20
|
/
*
*: manually remove some more sprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-24
/
+18
*
bgpd: Convert status defines to enum
Donald Sharp
2020-03-20
1
-3
/
+7
*
bgpd: Convert #define of bgp fsm events to an enum
Donald Sharp
2020-03-20
1
-3
/
+3
*
Merge pull request #5992 from pguibert6WIND/bgp_bfd_reset_with_remote
Donatas Abraitis
2020-03-18
1
-2
/
+1
|
\
|
*
bgpd: reset bfd session when bgp comes up
Philippe Guibert
2020-03-13
1
-2
/
+1
*
|
Merge pull request #5998 from donaldsharp/more_spelling
Santosh P K
2020-03-16
1
-1
/
+1
|
\
\
|
*
|
bgpd: Fix spelling mistakes found by debian packaging
Donald Sharp
2020-03-14
1
-1
/
+1
|
|
/
*
/
bgpd: Add subcodes for BGP Finite State Machine Error
Donatas Abraitis
2020-03-16
1
-4
/
+25
|
/
*
bgpd: upon reconfiguration or bgp exchange failure, stop bfd.
Philippe Guibert
2020-03-12
1
-1
/
+1
*
bgpd: reset bfd session when bgp comes up
Philippe Guibert
2020-03-10
1
-0
/
+1
*
bgpd: upon reconfiguration or bgp exchange failure, stop bfd.
Philippe Guibert
2020-03-10
1
-0
/
+4
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-1
/
+1
*
bgpd: Show the real reason why the peer is failed
Donatas Abraitis
2020-02-14
1
-1
/
+6
*
Merge pull request #5785 from ton31337/fix/replace_gtsm_hops_to_readable_macros
Russ White
2020-02-11
1
-1
/
+1
|
\
|
*
bgpd: Use readable macros for peer->gtsm_hops instead of literals
Donatas Abraitis
2020-02-10
1
-1
/
+1
*
|
Merge pull request #5789 from donaldsharp/bgp_ebgp_reason
Donatas Abraitis
2020-02-11
1
-1
/
+3
|
\
\
|
*
|
bgpd: Update failed reason to distinguish some NHT scenarios
Donald Sharp
2020-02-11
1
-1
/
+3
|
|
/
*
/
bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
Donatas Abraitis
2020-02-06
1
-13
/
+13
|
/
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-1
/
+1
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-128
/
+112
*
bgpd: enums in switches do not need default
Donald Sharp
2020-01-31
1
-5
/
+0
*
bgpd: Cleanup some bad formating
Donald Sharp
2020-01-31
1
-39
/
+27
*
bgpd: Added bgp graceful restart additional debug logs.
bisdhdh
2020-01-23
1
-2
/
+2
*
bgpd: BGP Garaceful Restart debug logs.
bisdhdh
2020-01-23
1
-66
/
+158
*
bgpd: Adding bgp peer route processing and EOR state Signalling from BGPD to ...
bisdhdh
2020-01-23
1
-6
/
+20
*
bgpd: Restarting node does not send EOR after the convergence.
bisdhdh
2020-01-23
1
-5
/
+18
*
bgpd: BGP tcp session failed to apply GR configuration on the transferred
bisdhdh
2020-01-23
1
-1
/
+35
*
bgpd: Adding BGP GR change mode config apply on notification sent & received.
bisdhdh
2020-01-23
1
-1
/
+0
*
bgpd: Adding Selection Deferral Timer handler changes.
bisdhdh
2020-01-23
1
-1
/
+157
*
bgpd: Adding BGP GR Per Neighbor show commands.
bisdhdh
2020-01-23
1
-9
/
+10
*
bgpd: Adding BGP GR Global & Per Neighbour FSM changes
bisdhdh
2020-01-23
1
-0
/
+387
[next]