summaryrefslogtreecommitdiffhomepage
path: root/table/destination_test.go
AgeCommit message (Expand)Author
2017-04-27table: avoid cloning path for withdrawFUJITA Tomonori
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-10-04packet/bgp: fix handling of IPv4 mapped IPv6 prefixesWataru Ishida
2016-07-31gobgp: support mrt injecting only best pathsFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-06-03table: fix leftmostAS() in compareByMEDFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-12table: fix Med comparison in best path selectionFUJITA Tomonori
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-19table: add a test to check implicit withdrawal behavior with mod actionISHIDA Wataru
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-02-27ops: fix and integration the attribute name that indicates the route received...Naoto Hanaue
2016-02-19ops: maintenance of two-way route exchangeNaoto Hanaue
2016-02-10table: expose (*Destination).getRouteFamily()ISHIDA Wataru
2016-01-16table: kill unused field medSetByTargetNeighborISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-11-18rpki: fix IPv4-mapped addresss handlingFUJITA Tomonori
2015-10-27server: fix radix key bug in rpki testFUJITA Tomonori
2015-09-08*: kill bgp.NLRInfo and bgp.WithdrawnRouteISHIDA Wataru
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-08-03mrt: merge gomrt to gobgp cli commandISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-06-02packet: return aspath length based on the segment type.Hiroshi Yokoi
2015-04-27table: make table.ProcessMessage a functionISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-01-22table: add timestamp to PathFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori
2014-12-20table: export getNlri method in PathFUJITA Tomonori
2014-12-16table: remove temporary structuresFUJITA Tomonori
2014-12-16table: remove sentroute stuffFUJITA Tomonori
2014-12-05[bestpath_selection] fix build errorHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi