summaryrefslogtreecommitdiffhomepage
path: root/gobgpd
AgeCommit message (Expand)Author
2018-07-06api: decrease the dependencyFUJITA Tomonori
2018-06-27server: Avoid calling os.Exit() in BgpServer.Shutdown()IWASE Yusuke
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-19api: Use attribute.proto struct in message VrfIWASE Yusuke
2018-06-13api: Implement Shutdonw()Satoshi Fujimoto
2018-06-13api: Implement AddCollector()Satoshi Fujimoto
2018-06-13api: Implement UpdatePolicy()Satoshi Fujimoto
2018-06-13api: Implement PeerGroup and DynamicNeighbor APISatoshi Fujimoto
2018-06-13api: Fix StartServerAPISatoshi Fujimoto
2018-06-13gobgpd: Use gRPC APIs Instead of BgpServer functionsSatoshi Fujimoto
2018-05-10config: Enable to configure VRF via config fileIWASE Yusuke
2017-11-01gobgpd: fix multiple configs handlingFUJITA Tomonori
2017-08-11gobgpd: fix AddDynamicNeighbor()matthubb
2017-08-02support version command line optionFUJITA Tomonori
2017-07-31gobgpd: Avoid name collisionIWASE Yusuke
2017-07-19fix for logrus package name changeFUJITA Tomonori
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-04-17cli: tls supportWataru Ishida
2017-01-25fix compile failure on freebsd and windowsISHIDA Wataru
2016-11-24gobgpd: support global policy assignment update via configuration fileWataru Ishida
2016-11-12ops: drop open switch supportWataru Ishida
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-08-26zebra: add grpc apiFUJITA Tomonori
2016-08-14support mrt table dump (TABLE_DUMPv2 format)FUJITA Tomonori
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