summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
AgeCommit message (Expand)Author
2018-05-07table: use shorter key for map of ipv4 and ipv6 prefixesFUJITA 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-21table: fix handleMacMobility()FUJITA Tomonori
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2017-11-23table: add attribute hash value to Path structureFUJITA Tomonori
2017-11-23table: avoid unnecessary attributes in Path objectFUJITA 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
2017-04-27table: avoid cloning path for withdrawFUJITA Tomonori
2017-03-06table/table_manager: Enable to select paths with nexthopIWASE Yusuke
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-03remove label allocation completelyFUJITA Tomonori
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-09-30api: add id to VrfRequestFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA 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 empty destinations after withdrawFUJITA 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-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: support sending/receiving EOR msgISHIDA Wataru
2016-02-06add route collector feature supportFUJITA Tomonori
2016-01-16table: kill unused field medSetByTargetNeighborISHIDA Wataru
2015-12-08table: remove useless table owner memberFUJITA Tomonori
2015-12-08table: remove unused DeletePathsforPeer()FUJITA 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-21server: remove peer's getBests methodFUJITA Tomonori
2015-10-21table: make AdjRib API take slice of RouteFamilyFUJITA Tomonori
2015-10-21table: store the list of route family in TableManagerFUJITA Tomonori
2015-10-20api: support policy assignment modification via grpcISHIDA Wataru
2015-10-09server: store import/export config in TabelManager instead of PeerISHIDA Wataru
2015-10-07server: fix soft reset outFUJITA Tomonori
2015-10-07policy: fix bug of export neighbor condition matchingISHIDA Wataru
2015-10-02cli: add command to show accepted/rejected routesISHIDA Wataru
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-29Revert "table: increase the possibiliby of many NLRIs in one update message"FUJITA Tomonori
2015-08-26table: increase the possibiliby of many NLRIs in one update messageFUJITA Tomonori
2015-08-19vrf: withdraw route-target constraint routes when deleting a vrfISHIDA Wataru
2015-08-19vrf: advertise route-target constraint routes when adding a vrfISHIDA Wataru
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-08-19table: withdraw self-generated vrfed routes when a vrf deletedISHIDA Wataru