summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager_test.go
AgeCommit message (Expand)Author
2016-04-25remove collector mode supportFUJITA Tomonori
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-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-02-10table: fix adjrib regressionFUJITA Tomonori
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2015-12-08table: remove useless table owner memberFUJITA Tomonori
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-02make adj-rib implementation more clear and efficientISHIDA Wataru
2015-11-13use the same timestamp for bmp and mrt updatesFUJITA Tomonori
2015-10-21table: make AdjRib API take slice of RouteFamilyFUJITA Tomonori
2015-09-25server/table: assign mpls labels to locally generated vpn routesISHIDA Wataru
2015-09-08*: kill bgp.NLRInfo and bgp.WithdrawnRouteISHIDA Wataru
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-05-11Revert "table: withdraw an old best path when best path changed"FUJITA Tomonori
2015-04-27table: withdraw an old best path when best path changedISHIDA Wataru
2015-04-27table: make table.ProcessMessage a functionISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru
2015-03-08server: adj-in/out supports route families rather than v4/v6FUJITA Tomonori
2015-03-06table: NewTableManager takes route familiesFUJITA Tomonori
2015-01-28table: add owner to NewTableManager's argumentsHiroshi Yokoi
2015-01-23table: handle timestamp in Path in UpdateIn()FUJITA Tomonori
2015-01-23table: not update timestamp if the path replaces the same pathFUJITA Tomonori
2015-01-09table: fix path's getPrex()FUJITA Tomonori
2015-01-07table: fix the previous commitFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2014-12-31table: use 4byte AS as internal data structureFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-30table: use Path as API instead of destinationFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori
2014-12-21server: update AdjRibOut tableFUJITA Tomonori
2014-12-21server: conver PEER_MSG_PATH to bgp updateFUJITA Tomonori
2014-12-21table: implement Clone() to copy pathattributes in Path structFUJITA Tomonori
2014-12-20table: use slice instead of homegrown orderedmapFUJITA Tomonori
2014-12-16table: remove temporary structuresFUJITA Tomonori
2014-12-08[bestpath_selection] fix bugs when handling withdraw routesHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi