summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04server: fix bug of wrongly set <nil> to PeerInfo.LocalAddressISHIDA Wataru
2017-04-01server: fix GetRib() to handle error properlyhepeng
2017-03-06server/zclient: Dampening for Nexthop TrackingIWASE Yusuke
2017-03-06server/zclient: Update nexthop state based on NEXTHOP_UPDATEIWASE Yusuke
2017-03-05server: fix withdraw with ibgpFUJITA Tomonori
2017-03-05server: avoid sending withdraw to peer just sent withdrawFUJITA Tomonori
2017-02-18server: avoid accessing to globalRib before its initializationFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
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