summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
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
2015-12-02table: improve implicitWithdraw()FUJITA Tomonori
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-11-18rpki: fix IPv4-mapped addresss handlingFUJITA Tomonori
2015-11-12table: fix how to mark a path as best in ToApiStruct()ISHIDA Wataru
2015-11-09server: move peerInfo from peer to fsmFUJITA Tomonori
2015-10-27server: fix radix key bug in rpki testFUJITA Tomonori
2015-09-20api: rename package/service name to gobgpapiISHIDA Wataru
2015-09-10table: add string method for easier debuggingISHIDA Wataru
2015-09-01zebra: distribute routes from zebraHiroshi Yokoi
2015-08-31server: support route reflector behaviorISHIDA Wataru
2015-08-25*: better log msgISHIDA Wataru
2015-08-21speed up showing ipv6 routesFUJITA Tomonori
2015-08-20server: fix for sorting adj-in/out routesFUJITA Tomonori
2015-08-19gobgp: improve the time to show routesFUJITA Tomonori
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-08-08*: kill protobuf path structureISHIDA Wataru
2015-08-03mrt: merge gomrt to gobgp cli commandISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: remove unused field/funcISHIDA Wataru
2015-07-01table: check paths' equivalence deeperISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-23table: use isLocal() to check if path is locally generatedISHIDA Wataru