summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-01-29Fix End of RIB handlingEiichiro Watanabe
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-06server: check server is up before admin operationISHIDA Wataru
2017-01-16GetVrf() cause bgpd panic if it is not startedksang
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-10server: fix bug when global import policy rejects a routeWataru Ishida
2016-12-02server: fix bug of deleteNeighbor()Wataru Ishida
2016-11-24server: fix Watcher InfiniteChannel leakFUJITA Tomonori
2016-11-21server: fix memory leak in infinite channel goroutineWataru Ishida
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-11-17add go vet testWataru Ishida
2016-11-15client: remove server package dependencyWataru Ishida
2016-11-12server: remove adj-out usageFUJITA Tomonori
2016-11-12server: remove adj-out usage in filterpathFUJITA Tomonori
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-06server: fix bug of disable/enable/softreset behavior for vrfed neighborWataru Ishida
2016-11-04allow route reflector client as vrf neighborFUJITA Tomonori
2016-11-04cli: support adding rr-client and rs-clientWataru Ishida
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-11-03remove label allocation completelyFUJITA Tomonori
2016-11-03allow add local route with specific mpls labelFUJITA Tomonori
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-10-12server: handle management requests quicker under heavy loadFUJITA Tomonori
2016-10-09*: support long lived graceful restartWataru Ishida
2016-10-04server: stop appending 0 in Path.VrfIdsWataru Ishida
2016-10-04server: fix bug of withdrawal handlingWataru Ishida
2016-09-30server: add vrf support to bestpath watchFUJITA Tomonori
2016-09-30api: add id to VrfRequestFUJITA Tomonori
2016-09-29Support of ZAPI version 3 (handles VRF ID).kishiguro
2016-09-13server/table: fix a bug of vrf route injectionWataru Ishida
2016-08-26zebra: add grpc apiFUJITA Tomonori
2016-08-25server/api: fix GetRib API to return sorted destinationWataru Ishida
2016-08-25server: fix RIB lookup with longer-prefixes optionWataru Ishida
2016-08-25server: handle error of net.ParseCIDR()Wataru Ishida
2016-08-21fixed some misspell errorPeng Xiao
2016-08-17Revert "server: add missing default policy setting in (*BgpServer).Start()"ISHIDA Wataru
2016-08-17server: add debug messages about tcp md5FUJITA Tomonori
2016-08-15mrt: support per-peer table dump with route server configurationFUJITA Tomonori
2016-08-14support mrt table dump (TABLE_DUMPv2 format)FUJITA Tomonori
2016-08-11server: fix handling the best path change from ebgp to ibgpFUJITA Tomonori
2016-08-08server: add missing default policy setting in (*BgpServer).Start()ISHIDA Wataru
2016-08-03server: fix advertising multiple local withdrawals with same prefixISHIDA Wataru
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-08-03server: unify setPolicyByConfig and handlePolicyFUJITA Tomonori
2016-08-02config: support unnumbered bgp peeringISHIDA Wataru
2016-08-01server: UpdateNeighbor() needs address parameter checkingFUJITA Tomonori