summaryrefslogtreecommitdiffhomepage
path: root/pkg/server/grpc_server.go
AgeCommit message (Expand)Author
2020-11-30Code changesSerguei Bezverkhi
2020-11-09server: fix conversion from api.RouteAction to config.DefaultPolicyTypeFUJITA Tomonori
2020-11-09server: handle bogus addpath argumentFUJITA Tomonori
2020-11-06Adding gRPC support for modified logging levelSteve Shaw
2020-10-21api: add ListPathRequest's option to get binary of nlri and attributesFUJITA Tomonori
2020-01-05gobgpd: use map for validation tableToshiki Tsuchiya
2019-10-22table: use net.IPNet for roa instead of homegrown IPPrefix structureFUJITA Tomonori
2019-09-17server: improve ListPath's performanceFUJITA Tomonori
2019-09-02server: fix mrt injection raceFUJITA Tomonori
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-04-02server: fix path validatoin result regressionFUJITA Tomonori
2019-04-02add secondary-route feature for router serverFUJITA Tomonori
2019-03-26server: handle grpc listen failure as fatal errorFUJITA Tomonori
2018-12-24api: rename ValidationDetail to ValidationFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-12-23make Add/Delete/ListPath APIs symmetricFUJITA Tomonori
2018-11-26support received, accepted, and advertised counters per familyFUJITA Tomonori
2018-11-25api: remove AddPaths from Peer and PeerGroupFUJITA Tomonori
2018-11-25api: move RouterId to PeerState from PeerConfFUJITA Tomonori
2018-11-23api: move remote_cap and local_cap to PeerState from PeerConfFUJITA Tomonori
2018-11-16api: rename NlriAny in api.Path to NlriFUJITA Tomonori
2018-11-16use google/protobuf/timestamp.protoFUJITA Tomonori
2018-11-13server: change List API designFUJITA Tomonori
2018-11-13add anyNlri toPathApi when path.IsWithdrawjack
2018-11-12Support AdminDown from configEiichiro Watanabe
2018-11-12server: change monitor API designFUJITA Tomonori
2018-11-09make gRPC server privateFUJITA Tomonori
2018-11-08server: Add PeerTable APIFUJITA Tomonori
2018-11-08server: Add PeerMonitor APIFUJITA Tomonori
2018-11-07server: unexported Watcher stuffFUJITA Tomonori
2018-10-29server: unexport NewRoutingPolicyFromApiStruct()FUJITA Tomonori
2018-10-28server: make NewNeighborFromAPIStruct() and NewPeerGroupFromAPIStruct() unexp...FUJITA Tomonori
2018-10-28server: make NewGlobalFromAPIStruct() unexportedFUJITA Tomonori
2018-10-28server: make NewRoaListFromTableStructList() unexportedFUJITA Tomonori
2018-10-28server: make NewPolicyFromApiStruct() unexportedFUJITA Tomonori
2018-10-28move NewAPIRoutingPolicyFromConfigStruct() from server/FUJITA Tomonori
2018-10-28move NewAPIPolicyAssignmentFromTableStruct() from server/FUJITA Tomonori
2018-10-28move exported functions to generate api structs from config struct in server/FUJITA Tomonori
2018-08-28api: remove unused membersFUJITA Tomonori
2018-08-28api: change FamilyFUJITA Tomonori
2018-08-23policy cleanupFUJITA Tomonori
2018-08-18pkg/server: ListPolicyAssignment() returns all assignments by defaultFUJITA Tomonori
2018-08-10pkg/server: public APIs use structures in api/FUJITA Tomonori
2018-08-08rpc cleanupFUJITA Tomonori
2018-07-14fix missing EbgpMultihop configtamihiro
2018-07-08remove package dependency except for grpc in api/FUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori