summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
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
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-12table: fix Med comparison in best path selectionFUJITA Tomonori
2016-05-06table: don't access path.info directlyFUJITA Tomonori
2016-04-26table: flag IsWithdraw down after useISHIDA Wataru
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-19table: fix bug of holding flawed withdrawals in Destination structISHIDA Wataru
2016-04-19table: fix bug of incomplete withdrawal handlingISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-14table: remove Destination's oldKnownPathListFUJITA Tomonori
2016-03-14table: remove Destination's WithdrawnList and UpdatedPathList used for valida...FUJITA Tomonori
2016-03-14table: remove Destination's ImplicitWithdrawnListFUJITA Tomonori
2016-02-10table: expose (*Destination).getRouteFamily()ISHIDA Wataru
2016-01-17rpki: add rpki validate APIFUJITA Tomonori
2016-01-17update rpki monitor APIFUJITA Tomonori
2016-01-16server: reduce number of path.Clone() call to reduce memory footprintISHIDA Wataru
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru