summaryrefslogtreecommitdiffhomepage
path: root/gobgpd
AgeCommit message (Expand)Author
2016-07-29move grpc_server.go from server/ to api/FUJITA Tomonori
2016-07-29remove unused GrpcRequest and GrpcResponseFUJITA Tomonori
2016-07-29move gRPC-related code for SoftReset to grpc_server.goFUJITA Tomonori
2016-07-28move gRPC-related code for RPKI to grpc_server.goFUJITA Tomonori
2016-07-26move gRPC-related code for REQ_START_SERVER to grpc_server.goFUJITA Tomonori
2016-07-26openswitch: use proper gRPC APIFUJITA Tomonori
2016-07-22mrt uses the new Watch APIFUJITA Tomonori
2016-07-22collector uses the new Watch APIFUJITA Tomonori
2016-07-22bmp uses the new Watch APIFUJITA Tomonori
2016-07-22zebra client uses the new Watch APIFUJITA Tomonori
2016-07-21move gRPC-related code for REQ_ADD_NEIGHBOR and REQ_DELETE_NEIGHBOR to grpc_s...FUJITA Tomonori
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-07-20remove REQ_GRPC_ADD_NEIGHBORFUJITA Tomonori
2016-07-20server: add missing mutex lock when updating policy configurationFUJITA Tomonori
2016-06-15gobgpd: add an option to change/disable pprof settingISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-17zebra: make zebra config consistent with the restsFUJITA Tomonori
2016-04-25server: issue SOFT_RESET_IN when policy assignment is changedISHIDA Wataru
2016-04-22config: fix bug of UpdateConfig()ISHIDA Wataru
2016-04-19config/gobgpd: refactoringISHIDA Wataru
2016-04-11specify api hosts that gobgpd listens onFUJITA Tomonori
2016-03-20server: support mrt dump rotation like QuaggaFUJITA Tomonori
2016-03-17config: move Mrt/Bmp configuration outside of Global configurationISHIDA Wataru
2016-03-17server: use grpc req handling code for global init via config fileISHIDA Wataru
2016-03-16server: move SIGHUP handling to config file reader goroutineFUJITA Tomonori
2016-03-15gobgpd: support force GC and return free memory to OSFUJITA Tomonori
2016-03-15gobgpd: update policyConfig when checked policy differenceISHIDA Wataru
2016-03-06gobgpd: stop coloring when stdout log is disabledISHIDA Wataru
2016-03-06gobgpd: add dry-run modeISHIDA Wataru
2016-02-19ops: maintenance of two-way route exchangeNaoto Hanaue
2016-02-19ops: add feature that monitoring route of gobgpNaoto Hanaue
2016-02-19ops: rename struct and receiverNaoto Hanaue
2016-02-10gobgpd: support graceful-restart restarting-speaker behaviorISHIDA Wataru
2016-01-09bmp: use watcher infra to implement bmp featureISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-04gobgpd: die when grpc server failed to listenISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-22gobgpd/gobgp: change grcp port to 50051 from 8080ISHIDA Wataru
2015-12-21*: add global listen port configurationISHIDA Wataru
2015-12-15server: ensure bmpClient is not nil when BgpServer is runningISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-11-05gobgpd: make blank bmpconfig when no config fileYujiOshima
2015-11-01*: initial openswitch integration supportISHIDA Wataru
2015-10-30server: enable to start without configuration fileISHIDA Wataru
2015-10-20server: kill unnecessary codeFUJITA Tomonori
2015-10-20server: properly handle invalid policy configISHIDA Wataru
2015-10-13add net/http/pprof supportFUJITA Tomonori
2015-10-06add log messages at bootupFUJITA Tomonori
2015-09-17server: get zebra conf from fileHiroshi Yokoi