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_test.go
Age
Commit message (
Expand
)
Author
2016-04-19
peer: remove redundant config structs
ISHIDA Wataru
2016-04-10
server: serialize in fsm send loop
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-07
server: make rx goroutine reading from socket never sleep
FUJITA Tomonori
2016-02-10
packet: improve graceful restart cap usability
ISHIDA Wataru
2016-01-29
server: remove a redundant FSM negotiatedHoldtime field
ISHIDA Wataru
2016-01-25
fsm: add type FsmStateReason to track reason of state transition
ISHIDA Wataru
2016-01-04
server: handle open message only in fsm
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-11-11
server: expose fsmMsgType, fsmMsg
ISHIDA Wataru
2015-11-09
server: move POLICY_DIRECTION_IN processing from peer to fsm
FUJITA Tomonori
2015-09-08
api: kill api.Capability
ISHIDA Wataru
2015-08-12
bgp/cli: support flowspec (RFC5575)
ISHIDA Wataru
2015-07-31
config: use the latest openconfig yang
Hiroshi Yokoi
2015-07-14
server: fix fsm.keepaliveTicker race
FUJITA Tomonori
2015-06-10
server: use write deadline
FUJITA Tomonori
2015-06-09
server: kill peerMsg
FUJITA Tomonori
2015-05-12
fsm: fix homemade readAll()
FUJITA Tomonori
2015-03-25
server: support active connection
ISHIDA Wataru
2015-03-03
update the whole code for the latest openconfig yang files
FUJITA Tomonori
2015-02-18
server: clean up zero holdtime
FUJITA Tomonori
2015-02-17
peer: support hold time 0
Hiroshi Yokoi
2015-02-16
peer: support enable/disable
Hiroshi Yokoi
2015-02-15
test: not rely on the type check auto conversion in assert.Equal
Hiroshi Yokoi
2015-01-27
fsm_test: shorten wait time
Hiroshi Yokoi
2015-01-26
fsm: add OpenSent and OpenConfirm testcases
Hiroshi Yokoi
2015-01-26
fsm: check hold timer expiration and add test case for holdtimer expiration a...
Hiroshi Yokoi