summaryrefslogtreecommitdiffhomepage
path: root/client/client.go
AgeCommit message (Expand)Author
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-07-06api: decrease the dependencyFUJITA Tomonori
2018-07-06cmd: Remove table/ usage in policy.goSatoshi Fujimoto
2018-07-06cmd: Remove table/ usage from neighbor.goSatoshi Fujimoto
2018-07-06gobgp: fix client.AddPath to use api.Path instead of table.PathFUJITA Tomonori
2018-07-06gobgp: replace table.TableInfo usage with api.TableInfoFUJITA Tomonori
2018-07-06api: remove table/ usage in util.goFUJITA Tomonori
2018-06-19cli: Use api struct in VRF commandsIWASE Yusuke
2018-06-19api: Use attribute.proto struct in message VrfIWASE Yusuke
2018-06-13gobgpd: Use gRPC APIs Instead of BgpServer functionsSatoshi Fujimoto
2018-06-13api: Use api/attribute.proto structure in gRPC APIIWASE Yusuke
2018-05-31cli: Implement "neighbor update" commandIWASE Yusuke
2018-05-22cmd: Remove uncaught error on ParseCIDR()Satoshi Fujimoto
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2018-01-12cli: "monitor neighbor" command supports current flagIWASE Yusuke
2018-01-12client: Make MonitorNeighborState to get single argumentIWASE Yusuke
2017-09-25api: GetPath API alternative to GetRibIWASE Yusuke
2017-07-26fix addpath send withdrawFUJITA Tomonori
2017-07-19cli: get detailed RPKI informationSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-04-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-04client: fix bug of getting unnumbered neighborISHIDA Wataru
2017-04-02cli: don't calculate # of advertised routes when not necessaryWataru Ishida
2017-03-06config: Config values for Nexthop Tracking with ZClientIWASE Yusuke
2017-02-15cli: add current option to monitor commandsISHIDA Wataru
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-01-25Add client API for EnableZebra.kishiguro
2016-12-10client: rename client.GoBGPClient to client.ClientChris Stockton
2016-12-05client: Allow creating a GoBGPClient using a user specific GRPC connection an...Chris Stockton
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-11-17add go vet testWataru Ishida
2016-11-16client: fix bug of GetNeighbor()Wataru Ishida
2016-11-15client: remove server package dependencyWataru Ishida
2016-11-14client: support neighbor filteringWataru Ishida
2016-11-14client: add golang client libraryWataru Ishida