summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
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-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-16GetVrf() cause bgpd panic if it is not startedksang
2017-01-15Fix incorrect validation logic (thanks @ishidawataru)Eiichrio Watanabe
2017-01-15Add examples for RPKI Origin ValidationEiichrio Watanabe
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