summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
2018-06-05config: Accept CLUSTER_ID as an integer valueIWASE Yusuke
2018-05-24fix withdraw with addpath and rtc enabledFUJITA Tomonori
2018-05-23zclient: Avoid flapping of nexthop reachabilityIWASE Yusuke
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07table: remove Radixkey member in Destination structureFUJITA Tomonori
2018-05-07table: remove withdraw/newPath/oldPath Lists in DestinationFUJITA Tomonori
2018-05-07preparation for shrinking Destination structureFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-02-13packet/bgp: Remove raw binary field on PathAttributeIWASE Yusuke
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-02-06table: Change type of BestPathReason to uint8IWASE Yusuke
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-10-03table: Implement ignore-as-path-lengthIWASE Yusuke
2017-08-02table: allocate bitmap for path id dynamicallyFUJITA Tomonori
2017-07-27table: disable wrong warning about aspathFUJITA Tomonori
2017-07-26fix addpath send withdrawFUJITA Tomonori
2017-07-26add addpath send supportFUJITA Tomonori
2017-07-26table: assign local identifier to pathFUJITA Tomonori
2017-07-04support addpath recvISHIDA Wataru
2017-07-04use Destination instead of Path for path selection APIFUJITA Tomonori
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-05-31table: reduce allocs in NewDestinationChris Stockton
2017-05-23table: avoid unnecessary memory allocation about generating radix keyFUJITA Tomonori
2017-04-27table: avoid cloning path for withdrawFUJITA Tomonori
2017-04-04server: fix bug of wrongly set <nil> to PeerInfo.LocalAddressISHIDA Wataru
2017-03-06table: Evaluate best path based on nexthop reachabilityIWASE Yusuke
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2016-11-29zebra: add flags for recursive nexthop lookup if necessaryWataru Ishida
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-09-13cli/table: support filtering of IPv4/IPv6 MPLS routesWataru Ishida
2016-08-25table: add Best/MultiPath option to SelectOptionWataru Ishida
2016-08-25api/cli: kill cmd package custom path/destination structsWataru Ishida
2016-08-25server/api: fix GetRib API to return sorted destinationWataru Ishida
2016-08-21fixed some misspell errorPeng Xiao
2016-07-31gobgp: support mrt injecting only best pathsFUJITA Tomonori
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-20move gRPC-related code in path.go and destination.go to grpc_server.goFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-06-06table: return default value(100) when local-pref attr doesn't existISHIDA Wataru
2016-06-03table: fix leftmostAS() in compareByMEDFUJITA Tomonori
2016-05-29Revert "table: fix to compare new best path with old best path"FUJITA Tomonori
2016-05-29table: make clear function to sort pathsFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru