summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager_test.go
AgeCommit message (Expand)Author
2018-05-28table: remove unused id in AdjRib strctureFUJITA 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-02-06table: replace time.Time struct with int64 in originInfo structFUJITA Tomonori
2017-07-04use Destination instead of Path for path selection APIFUJITA Tomonori
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2016-11-03remove label allocation completelyFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
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