summaryrefslogtreecommitdiffhomepage
path: root/server/server_test.go
AgeCommit message (Expand)Author
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-06server_test: Test for Graceful Restart timer expiredIWASE Yusuke
2017-06-06server_test: Add a sleep for stabilityIWASE Yusuke
2017-06-06server_test: stop listeningIWASE Yusuke
2017-06-06server_test: Confirm BgpServer started and stoppedIWASE Yusuke
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-04-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-03-05server: fix withdraw with ibgpFUJITA Tomonori
2017-03-05server: avoid sending withdraw to peer just sent withdrawFUJITA Tomonori
2017-03-05server: add filterpath() unittestFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2016-11-24server: add unit test to check NumGoroutine with Neighbor configurationFUJITA Tomonori
2016-11-24server: fix Watcher InfiniteChannel leakFUJITA Tomonori
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-09-12test: test monitor feature in unit test instead of scenario testWataru Ishida
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-07-26move gRPC-related code for REQ_START_SERVER to grpc_server.goFUJITA Tomonori
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-05-10Refactoring GRPC APIFUJITA Tomonori
2016-04-20server: fix bug of policy assignmentISHIDA Wataru