summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-12-16Sync C++ examples with recent changes in gRPC and GoGBP APIPavel Odintsov
2015-12-16table: always try to merge NLRIs to one messageFUJITA Tomonori
2015-12-16gobgp: fix rpki cli uptimeFUJITA Tomonori
2015-12-15server: fix softresetout to send withdrawn for only routes in adj-outFUJITA Tomonori
2015-12-15policy: don't allow configure/show per-peer policy for non-rs-clientISHIDA Wataru
2015-12-15api: refactor afisafi apiISHIDA Wataru
2015-12-15server: fix IMPORT POLICY handling for newly added peersFUJITA Tomonori
2015-12-15server: avoid as loop check in filterpath() for rs peerFUJITA Tomonori
2015-12-15docs: add a document about how to use gobgp as a bgp libraryISHIDA Wataru
2015-12-15cli: expose ShowRouteISHIDA Wataru
2015-12-15server: add error handling of invalid router-idISHIDA Wataru
2015-12-15server: enable to change grpc server portISHIDA Wataru
2015-12-15server: support Neighbor.Trasnport configuration via grpcISHIDA Wataru
2015-12-15server: ensure bmpClient is not nil when BgpServer is runningISHIDA Wataru
2015-12-15server: ensure global config is finished before any other configISHIDA Wataru
2015-12-14server: don't import path including looped as pathFUJITA Tomonori
2015-12-12server: handle lots of peers trying to connectFUJITA Tomonori
2015-12-10server: fix bug when you add a global config in grpcNaoto Hanaue
2015-12-10server: fix bug when you add a neighbor config in grpcNaoto Hanaue
2015-12-10rpki: show ROA with server informationFUJITA Tomonori
2015-12-09server: use ID() for path's Filter and Filtered methods instead of TableID()FUJITA Tomonori
2015-12-09packet: add test examples for RTRErrorReportEiichiro Watanabe
2015-12-09packet: add constructor for RTRErrorReportEiichiro Watanabe
2015-12-09packet: define new constants in RTREiichiro Watanabe
2015-12-09packet: fix wrong assignment for Text field of RTRErrorReportEiichiro Watanabe
2015-12-09packet: fix incorrect fieldEiichiro Watanabe
2015-12-09packet: add test examples for rtrEiichiro Watanabe
2015-12-09packet: remove verbose methodEiichiro Watanabe
2015-12-09packet: add constructors for RTR PDUsEiichiro Watanabe
2015-12-09packet: remove SessionID field from RTRIPPrefixEiichiro Watanabe
2015-12-08table: remove useless table owner memberFUJITA Tomonori
2015-12-08server: avoid sending routes with unconfigured addres familyFUJITA Tomonori
2015-12-08table: remove unused DeletePathsforPeer()FUJITA Tomonori
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-07doc: update python grpc instructionHiroshi Yokoi
2015-12-07packet: fix Version and Type are reversedEiichiro Watanabe
2015-12-06doc: update cli syntaxISHIDA Wataru
2015-12-06cli: kill unused codeISHIDA Wataru
2015-12-06api/cli: show all longer prefixes with longer-prefixes optionISHIDA Wataru
2015-12-04api/cli: support showing longer-prefixISHIDA Wataru
2015-12-02make adj-rib implementation more clear and efficientISHIDA Wataru
2015-12-02table: improve implicitWithdraw()FUJITA Tomonori
2015-12-02server: fix show rib with host addressFUJITA Tomonori
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-12-02GoBGP 1.2FUJITA Tomonori
2015-12-02cli: speed up showing specific routes from global/local ribISHIDA Wataru
2015-12-02api/server: refine GetRib APIISHIDA Wataru
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