summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
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-29zebra: add flags for recursive nexthop lookup if necessaryWataru Ishida
2016-11-25rpki: check asPath == nil before validationWataru Ishida
2016-11-24server: add unit test to check NumGoroutine with Neighbor configurationFUJITA Tomonori
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-14config/api: create admin-state typeWataru Ishida
2016-11-14cli: use client libraryWataru Ishida
2016-11-14config: use struct type instead of []byte for capability and open msgWataru 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-13server: fix error propagationWataru Ishida
2016-10-12server: handle management requests quicker under heavy loadFUJITA Tomonori
2016-10-09*: support long lived graceful restartWataru Ishida
2016-10-09*: Notification support for BGP GRWataru Ishida
2016-10-04server: stop appending 0 in Path.VrfIdsWataru Ishida
2016-10-04server: fix bug of withdrawal handlingWataru Ishida
2016-10-03zebra: support passing vrf-idWataru Ishida
2016-10-01server: support zebra protocol vrfid with vpnv4/vpnv6FUJITA Tomonori
2016-09-30server: add vrf support to bestpath watchFUJITA Tomonori
2016-09-30api: add id to VrfRequestFUJITA Tomonori
2016-09-29Apply previous change's to test as well.kishiguro
2016-09-29Support of ZAPI version 3 (handles VRF ID).kishiguro
2016-09-16server/table: don't modify/delete path attributes for route server clientWataru Ishida
2016-09-13server/table: fix a bug of vrf route injectionWataru Ishida
2016-09-12server: portability fix for setsockopt() on LinuxVincent Bernat
2016-09-12test: test monitor feature in unit test instead of scenario testWataru Ishida
2016-09-01mrt: fix rotation and dump interval handling in table modeFUJITA Tomonori
2016-08-26add RemoteRouterId to config.NeighborStateFUJITA Tomonori
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: passive tcp md5 support on OpenBSDFUJITA Tomonori