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
/
server
/
fsm.go
Age
Commit message (
Expand
)
Author
2017-04-04
skip asn negotiation for BGP unnumbered peers
ISHIDA Wataru
2017-04-04
packet/bgp: add extended-nexthop capability
ISHIDA Wataru
2017-02-03
cli: Administrative Shutdown Communication on disable neighbor
IWASE Yusuke
2017-02-03
server/fsm: Logging Administrative Shutdown Communication
IWASE Yusuke
2016-10-13
server: fix error propagation
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-10-09
*: Notification support for BGP GR
Wataru Ishida
2016-08-03
move policyMutex to policy/
FUJITA Tomonori
2016-07-30
all logging is done with log.WithFields
dsp
2016-06-16
Fix a typo in FSM state
Thomas Morin
2016-06-27
fix two-bytes AS translation
FUJITA Tomonori
2016-06-28
fsm: do two-bytes AS translation if didn't sent 4byte cap
FUJITA Tomonori
2016-06-26
support AGGREGATOR and AS4_AGGREGATOR conversion
FUJITA Tomonori
2016-06-14
server: replace SenderMsg workaround with InfiniteChannel
FUJITA Tomonori
2016-06-01
server/config: fix md5ed ipv6 active connection
ISHIDA Wataru
2016-05-20
server: fix connectLoop() select loop not to block
ISHIDA Wataru
2016-05-20
server: fix connectLoop() goroutine leak
ISHIDA Wataru
2016-05-20
server: stringify FSM state in log messages
ISHIDA Wataru
2016-05-11
server: print correct reason of state change by configuration change
FUJITA Tomonori
2016-05-11
server: stop sending notification message twice
ISHIDA Wataru
2016-05-10
server: pretty notification error code log
FUJITA Tomonori
2016-05-10
server: log notification error code
FUJITA Tomonori
2016-05-10
server: don't modify admin-down config
ISHIDA Wataru
2016-05-09
server: fix to send more appropriate notification code/subcode
ISHIDA Wataru
2016-05-09
server: ignore stale fsm messages
ISHIDA Wataru
2016-05-09
server: don't block select loop by Sleep(), use Timer instead
ISHIDA Wataru
2016-05-06
server: don't apply in policy to EOR path
FUJITA Tomonori
2016-04-27
config: support reload of AdminDown
ISHIDA Wataru
2016-04-26
move NeighborPortNumber config to transport.Config
FUJITA Tomonori
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-21
fsm: improve fsm state transition log
ISHIDA Wataru
2016-04-20
fsm: improve debug message
ISHIDA Wataru
2016-04-19
peer: remove redundant config structs
ISHIDA Wataru
2016-04-19
fsm: improve log message when prefix-limit reached
ISHIDA Wataru
2016-04-19
server: fix comment typo
Shawn Smith
2016-04-11
Add neighbor-port-number to bgp neighbor config
Yi Tseng
2016-04-10
server: support prefix-limit
ISHIDA Wataru
2016-04-10
server: serialize in fsm send loop
ISHIDA Wataru
2016-04-10
fsm: delegate 2byte as handling to fsm send goroutine
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-15
Revert "fsm: remove redundant connection close"
FUJITA Tomonori
2016-03-12
fsm: support active connection with md5 and binding
ISHIDA Wataru
2016-03-07
server: make rx goroutine reading from socket never sleep
FUJITA Tomonori
2016-03-07
server: clean up recvMessageWithError
FUJITA Tomonori
2016-03-07
server: recvMessageWithError avoid blocked due to msgCh
FUJITA Tomonori
2016-03-07
server: make sure recvMessageWithError() not blocked due to errorCh
FUJITA Tomonori
2016-03-02
fsm: fix min keepalive interval to 1sec from 1ns
ISHIDA Wataru
2016-02-29
config/server: support per-peer asn
ISHIDA Wataru
2016-02-29
server: support active connection with md5 protection
ISHIDA Wataru
2016-02-19
fsm: remove MsgDst
FUJITA Tomonori
[next]