summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-02-10zebra: Process per-route MTU zebra messageTatsushi Demachi
2017-02-09server: fix in-policy bugISHIDA Wataru
2017-02-04packet: Avoid panic() during decoding BMP messagesEiichiro Watanabe
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03server/fsm: Logging Administrative Shutdown CommunicationIWASE Yusuke
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-02-02GoBGP 1.16FUJITA Tomonori
2017-02-02server: fix rpki server stateFUJITA Tomonori
2017-01-29Fix End of RIB handlingEiichiro Watanabe
2017-01-25fix compile failure on freebsd and windowsISHIDA Wataru
2017-01-25Add client API for EnableZebra.kishiguro
2017-01-22api: add a UUID field to Path structureWataru Ishida
2017-01-21server: fix a bug of error handlingWataru Ishida
2016-11-06server: refactor mgmt operationISHIDA Wataru
2016-11-06api: check grpc request is not nilISHIDA Wataru
2016-11-06server: check server is up before admin operationISHIDA Wataru
2017-01-17server: add feature to return matched RoaBucket in ValidatePath() for library...Eiichrio Watanabe
2017-01-17server: export some rpki property for library usageEiichrio Watanabe
2017-01-16packet/bgp/bgp_test: UT for PathAttributeMpReachNLRIIWASE Yusuke
2017-01-16packet/bgp/bgp_test: UT for IPv6 MpReachNLRI with IPv4 peeringIWASE Yusuke
2017-01-16packet/bgp: Confirm IPv4/v6 conversion when AFI_IP6IWASE Yusuke
2017-01-16packet/bgp: Remove redundant type declaration "AsPathParamFormat"IWASE Yusuke
2017-01-16packet/bgp: Remove redundant blank argument in rangeIWASE Yusuke
2017-01-16packet/bgp: Avoid colliding with module "net"IWASE Yusuke
2017-01-16packet/bgp: Fix typosIWASE Yusuke
2017-01-16packet/bgp: Fix unused return parameter "err"IWASE Yusuke
2017-01-16GetVrf() cause bgpd panic if it is not startedksang
2017-01-16config: Detect config file type automaticallyIWASE Yusuke
2017-01-15cli: fix bug of injecting mrt table dump v2 dataWataru Ishida
2017-01-15Fix incorrect validation logic (thanks @ishidawataru)Eiichrio Watanabe
2017-01-15Add examples for RPKI Origin ValidationEiichrio Watanabe
2017-01-15fix configuration examples with correct route-disposition policy syntaxtamihiro
2017-01-13client: fix client_testISHIDA Wataru
2017-01-05GoBGP 1.15FUJITA Tomonori
2016-12-30docs: add link to Shu Sugimoto's tutorialFUJITA Tomonori
2016-12-19bmp: don't send paths already sent in case of softresetin happensWataru Ishida
2016-12-19server: notify post policy update when soft-reset-in is triggeredWataru Ishida
2016-12-15cli: fix policy formatting bugHiroshi Yokoi
2016-12-15policy: avoid crash when getting ext-communityHiroshi Yokoi
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-10server: fix bug when global import policy rejects a routeWataru Ishida
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-12-04GoBGP 1.14FUJITA Tomonori
2016-12-04client: AddNeighbor API doesn't include apply-policy informationkishiguro
2016-12-02server: fix bug of deleteNeighbor()Wataru Ishida
2016-11-29zebra: add flags for recursive nexthop lookup if necessaryWataru Ishida
2016-11-29Fix Open Message optional parameter length == 1 GoBGP crashes issues.kishiguro