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: 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
*
bgpd: Send notification to the peer on FSM error
Donatas Abraitis
2019-12-30
1
-1
/
+1
*
Merge pull request #5429 from Spantik/bug_fix
Donatas Abraitis
2019-12-10
1
-0
/
+8
|
\
|
*
bgpd: BGP assert when it tries to access peer which is closed.
Santosh P K
2019-12-09
1
-0
/
+8
*
|
*: generously apply const
David Lamparter
2019-12-02
1
-2
/
+2
|
/
*
bgpd: Replace magic number 1 for TTL to BGP_DEFAULT_TTL
Donatas Abraitis
2019-11-27
1
-1
/
+1
*
bgpd: Use BGP_NOTIFY_SUBCODE_UNSPECIFIC value for bgp_notify_send() where 0
Donatas Abraitis
2019-11-10
1
-2
/
+3
*
Merge pull request #4861 from NaveenThanikachalam/logs
Lou Berger
2019-09-17
1
-1
/
+1
|
\
|
*
BGP: Rectifying the log messages.
Naveen Thanikachalam
2019-09-10
1
-1
/
+1
*
|
Merge pull request #4809 from martonksz/master
Quentin Young
2019-09-09
1
-5
/
+4
|
\
\
|
*
|
bgpd: hook for bgp peer status change events
Marton Kun-Szabo
2019-08-13
1
-5
/
+4
|
|
/
*
|
Merge pull request #4925 from ddutt/master
Donald Sharp
2019-09-04
1
-3
/
+4
|
\
\
|
*
|
bgpd: Fixes to error message printed for failed peerings
Dinesh G Dutt
2019-09-03
1
-3
/
+4
*
|
|
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-8
/
+2
|
/
/
*
|
bgpd: Add a new command to only show failed peerings
Dinesh G Dutt
2019-09-02
1
-2
/
+8
*
|
bgpd: Fix nexthop reg for IPv4 route exchange using GUA IPv6 peering
vivek
2019-08-19
1
-12
/
+24
|
/
*
bgpd: add & use bgp packet dump hook
David Lamparter
2019-07-03
1
-3
/
+5
*
bgpd: Update an fsm debug message
Donald Sharp
2019-05-29
1
-3
/
+9
[next]