summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2016-05-14Accommodate latest gobgp.proto message updates. Handle request timeouts.tamihiro
2016-04-27config: support reload of AdminDownISHIDA Wataru
2016-04-27config: don't take into account State struct in Equal()ISHIDA Wataru
2016-04-27config: make listen config struct aligned with open-config modelISHIDA Wataru
2016-04-27config: make route-target config struct aligned with open-config modelISHIDA Wataru
2016-04-26move NeighborPortNumber config to transport.ConfigFUJITA Tomonori
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-20server: support route-target constraintISHIDA Wataru
2016-04-20packet: fix encap nlri (add encap ipv6 nlri)ISHIDA Wataru
2016-04-19config: generate Equal() methodISHIDA Wataru
2016-04-11Add neighbor-port-number to bgp neighbor configYi Tseng
2016-04-10config: add PrefixLimit configuration knob to top-level of AfiSafiISHIDA Wataru
2016-03-31*: support draft-ietf-idr-flowspec-l2vpn-03ISHIDA Wataru
2016-03-30Errors while compile gRPC client for C++root
2016-03-22dd :this_channel_is_insecure option to Stub.new() in ruby sampleJunpei YOSHINO
2016-03-20*: support Opaque SignalingISHIDA Wataru
2016-03-20server: support mrt dump rotation like QuaggaFUJITA Tomonori
2016-03-18doc: fix typoFUJITA Tomonori
2016-03-15remove offending argument to avoid ValueErrortamihiro
2016-03-17config: move Mrt/Bmp configuration outside of Global configurationISHIDA Wataru
2016-02-10gobgpd: support graceful-restart restarting-speaker behaviorISHIDA Wataru
2016-02-06add route collector feature supportFUJITA Tomonori
2016-02-04server: add support specifying addresses to listenISHIDA Wataru
2016-01-25config: add openconfig identity structs in bgp_configs.goISHIDA Wataru
2016-01-25config: add go type of embeded enums defined in openconfigISHIDA Wataru
2016-01-09bmp: use watcher infra to implement bmp featureISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09config: add DO NOT EDIT warningISHIDA Wataru
2016-01-09config: remove unnecessary augmentISHIDA Wataru
2016-01-09config: we don't need to modify origin PeerType nameISHIDA Wataru
2016-01-09config: remove redundant definition in gobgp.yangISHIDA Wataru
2016-01-09config: add FromInt() method to config typedefISHIDA Wataru
2016-01-09config: catch up with the latest openconfigISHIDA Wataru
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-22gobgpd/gobgp: change grcp port to 50051 from 8080ISHIDA Wataru
2015-12-21*: add global listen port configurationISHIDA Wataru
2015-12-19doc: update ruby grpcHiroshi Yokoi
2015-12-16bmp: support post-policy routing monitoringFUJITA Tomonori
2015-12-16Sync C++ examples with recent changes in gRPC and GoGBP APIPavel Odintsov
2015-12-07doc: update python grpc instructionHiroshi Yokoi
2015-11-30cli: update README of bash completionNaoto Hanaue
2015-11-30cli: split files of bash completionNaoto Hanaue
2015-11-30cli: the follow to bash_completion format generated by the latest cobra libraryNaoto Hanaue
2015-11-26cli: update bash_complitionNaoto Hanaue
2015-11-15Add an example of Node.jsShintaro Kojima
2015-11-05tool: update grpc python example codeFUJITA Tomonori