summaryrefslogtreecommitdiffhomepage
path: root/api/grpc_server.go
AgeCommit message (Expand)Author
2018-07-06gobgp: fix client.AddPath to use api.Path instead of table.PathFUJITA Tomonori
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-21api: Use capability.proto in message PeerConfIWASE Yusuke
2018-06-19api: Use attribute.proto struct in message VrfIWASE Yusuke
2018-06-14simple staticcheck issuesJeff Bean
2018-06-13table: support AfiSafiIn Policy Condition matchMarcin Ptaszyński
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: Add missing fields to Peer struct conversion functionsSatoshi Fujimoto
2018-06-13api: Add some fields to notify Graceful Restart stateSatoshi Fujimoto
2018-06-13api: Fix StartServerAPISatoshi Fujimoto
2018-06-13config: Change "RedistributeRouteTypeList" to []stringSatoshi Fujimoto
2018-06-13api: Use api/attribute.proto structure in gRPC APIIWASE Yusuke
2018-06-05config: Accept CLUSTER_ID as an integer valueIWASE Yusuke
2018-06-05table: support nexthop match policyurban
2018-05-31cli: Implement "neighbor update" commandIWASE Yusuke
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07table: remove uuid member in originInfo structureFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2018-01-12api: Support current flag in MonitorPeerState APIIWASE Yusuke
2017-12-16table/policy: Support prefix representation in NeighborSetSatoshi Fujimoto
2017-11-23table: add attribute hash value to Path structureFUJITA Tomonori
2017-11-16api: Activate address family using Peer.AfiSafisIWASE Yusuke
2017-11-13api/grpc_server: Remove redundant loop for gRPC serverIWASE Yusuke
2017-11-13api/grpc_server: Avoid name collision "server"IWASE Yusuke
2017-11-13api/grpc_server: Use make() for an empty slice declarationIWASE Yusuke
2017-11-13api/grpc_server: Avoid index error when invalid set-med valueIWASE Yusuke
2017-11-12cli: Support address families when adding neighborIWASE Yusuke
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-10-03api: Enable to set/get add-paths config via gRPCIWASE Yusuke
2017-09-25api: GetPath API alternative to GetRibIWASE Yusuke
2017-09-15api: increase the max of grpc message sizeFUJITA Tomonori
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-07-26api: add addpath support to AddPath API and cliFUJITA Tomonori
2017-07-26add LocalPathIdentifierFUJITA Tomonori
2017-07-19cli: get detailed RPKI informationSatoshi Fujimoto
2017-07-19table: Include detailed information about RPKI in originInfoSatoshi Fujimoto
2017-07-04api/cli: support showing path-identifierWataru Ishida
2017-06-26api: Enable to compose AfiSafi message structureIWASE Yusuke
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-12api: add graceful restart support to AddNeighbor APIFUJITA Tomonori
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-05-15bgp: Advertise IPv4 routes with IPv6 Next HopIWASE Yusuke
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-10*: support remove private asWataru Ishida