index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
server
/
fsm.go
Age
Commit message (
Expand
)
Author
2020-07-04
server: don't send empty ExtendedNexthop capability
FUJITA Tomonori
2020-05-13
extend attributes proto for Prefix SID support
Serguei Bezverkhi
2020-03-11
fixed style: unnecessary type cast after type switch and some minor issues.
Sergey Elantsev
2019-10-21
server: speed up session establishment
FUJITA Tomonori
2019-10-17
Transition to graceful restart state on hold timer expiry if applicable
mageshgv
2019-10-11
Remove policy from FSM
Carl Baldwin
2019-07-02
BGP connection on a speecified interface (including which is associated VRF) ...
Hitoshi Irino
2019-04-09
fsm: not reject open message with restart flag unset from gr peer
wanghonghao
2019-04-01
server: fix passive-mode
FUJITA Tomonori
2019-03-26
fix same issues in other files
JieJhih Jhang
2019-03-24
server: broadcast BMPPeerDownMessage for peer deletion
FUJITA Tomonori
2019-03-24
fix race of peer deletion
FUJITA Tomonori
2019-03-16
Fixed typos
zabio3
2019-01-12
server: Fix peer down reason code in BMP
Eiichiro Watanabe
2019-01-09
server: fix wait time before active conneciton
FUJITA Tomonori
2019-01-09
silence staticcheck warnings
FUJITA Tomonori
2018-12-19
server: replace tomb with context
FUJITA Tomonori
2018-12-19
server: use Dialer Control method instead of hack to modify connection before...
FUJITA Tomonori
2018-10-30
server: unexport const
FUJITA Tomonori
2018-10-30
server: unexport fsm stuff
FUJITA Tomonori
2018-10-29
server: unexport Peer adn PeerGroup
FUJITA Tomonori
2018-10-29
server: unexport TCPDialer/TCPListener/TCPSockopt stuff
FUJITA Tomonori
2018-09-18
fsm: get rid of dead lock
wanghonghao
2018-07-24
fix unittest warnings with go tip
FUJITA Tomonori
2018-07-19
fix races and enable race detector in unittest
jhserrano
2018-07-15
pkg/server: enable active connection with graceful restart
FUJITA Tomonori
2018-07-15
fsm: Connect to bgp peers regardless of whether the peers are restarting
wanghonghao
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori