summaryrefslogtreecommitdiffhomepage
path: root/server/fsm_test.go
AgeCommit message (Expand)Author
2017-05-17server/fsm_test.go: fix race condition during testsChris Stockton
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
2016-11-17add go vet testWataru Ishida
2016-10-09*: Notification support for BGP GRWataru Ishida
2016-06-23server: delete unused functions and variablesFUJITA Tomonori
2016-06-15server: fix unit testFUJITA Tomonori
2016-05-09server: fix to send more appropriate notification code/subcodeISHIDA Wataru
2016-04-19peer: remove redundant config structsISHIDA Wataru
2016-04-10server: serialize in fsm send loopISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-07server: make rx goroutine reading from socket never sleepFUJITA Tomonori
2016-02-10packet: improve graceful restart cap usabilityISHIDA Wataru
2016-01-29server: remove a redundant FSM negotiatedHoldtime fieldISHIDA Wataru
2016-01-25fsm: add type FsmStateReason to track reason of state transitionISHIDA Wataru
2016-01-04server: handle open message only in fsmISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-11-11server: expose fsmMsgType, fsmMsgISHIDA Wataru
2015-11-09server: move POLICY_DIRECTION_IN processing from peer to fsmFUJITA Tomonori
2015-09-08api: kill api.CapabilityISHIDA Wataru
2015-08-12bgp/cli: support flowspec (RFC5575)ISHIDA Wataru
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-07-14server: fix fsm.keepaliveTicker raceFUJITA Tomonori
2015-06-10server: use write deadlineFUJITA Tomonori
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-05-12fsm: fix homemade readAll()FUJITA Tomonori
2015-03-25server: support active connectionISHIDA Wataru
2015-03-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-02-18server: clean up zero holdtimeFUJITA Tomonori
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-16peer: support enable/disableHiroshi Yokoi
2015-02-15test: not rely on the type check auto conversion in assert.EqualHiroshi Yokoi
2015-01-27fsm_test: shorten wait timeHiroshi Yokoi
2015-01-26fsm: add OpenSent and OpenConfirm testcasesHiroshi Yokoi
2015-01-26fsm: check hold timer expiration and add test case for holdtimer expiration a...Hiroshi Yokoi