summaryrefslogtreecommitdiffhomepage
path: root/api/grpc_server.go
AgeCommit message (Expand)Author
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
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
2017-05-09api: fix api/server struct conversionWataru Ishida
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-04-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-18cli: show neighbor max prefix configFUJITA Tomonori
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-03-19table: handle IPv4-Mapped IPv6 Address as v6FUJITA Tomonori
2017-03-06config: Config values for Nexthop Tracking with ZClientIWASE Yusuke
2017-03-06cli: Enable to get nexthop reachability stateIWASE Yusuke
2017-02-15cli: add current option to monitor commandsISHIDA Wataru
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-01-22api: add a UUID field to Path structureWataru Ishida
2016-11-06api: check grpc request is not nilISHIDA Wataru
2016-12-14policy: allow using invert condition in statementHiroshi Yokoi
2016-12-10policy: ext-community and large-community can be included in conditionsHiroshi Yokoi
2016-12-10server: don't assume (*api.Path).Nlri is ipv4 NLRIWataru Ishida
2016-12-04client: AddNeighbor API doesn't include apply-policy informationkishiguro
2016-11-23api: Update the grpc server to accept the local address and remote port from ...Chris Stockton
2016-11-21api: Fix client.AddNeighbor() API does not properly configure AFI/SAFI bugkishiguro
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-11-17config: simplify route-disposition configurationWataru Ishida
2016-11-14config/api: create admin-state typeWataru Ishida
2016-11-14cli: use client libraryWataru Ishida