summaryrefslogtreecommitdiffhomepage
path: root/api
AgeCommit message (Expand)Author
2018-08-23policy cleanupFUJITA Tomonori
2018-08-08rpc cleanupFUJITA Tomonori
2018-07-08remove package dependency except for grpc in api/FUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-07-06api: move api/policy.go to gobgp/cmd/FUJITA Tomonori
2018-07-06api: decrease the dependencyFUJITA Tomonori
2018-07-06Fixing all megacheck errors.FUJITA Tomonori
2018-07-06cmd: Implement PrettyString()Satoshi Fujimoto
2018-07-06cmd: Remove table/ usage in policy.goSatoshi Fujimoto
2018-07-06gobgp: fix client.AddPath to use api.Path instead of table.PathFUJITA Tomonori
2018-07-06api: remove table/ usage in util.goFUJITA Tomonori
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-21api: Use capability.proto in message PeerConfIWASE Yusuke
2018-06-21api: Define protobuf for BGP CapabilitiesIWASE 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-13api: Define protobuf structure for BGP Path AttributesIWASE Yusuke
2018-06-05config: Accept CLUSTER_ID as an integer valueIWASE Yusuke
2018-06-05table: support nexthop match policyurban
2018-06-05Fix: ruby client failed with "Enum value '_' does not start with an uppercase...Shintaro Kojima
2018-05-31cli: Implement "neighbor update" commandIWASE Yusuke
2018-05-30api: fix rpki regressionFUJITA Tomonori
2018-05-22cmd: Remove uncaught error on ParseCIDR()Satoshi Fujimoto
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-16api: Define constants for address familiesIWASE 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