summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
AgeCommit message (Expand)Author
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
2015-08-08server: support vrfISHIDA Wataru
2015-08-05server/table: support mac mobilityISHIDA Wataru
2015-08-03mrt: merge gomrt to gobgp cli commandISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: check paths' equivalence deeperISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-05-11Revert "table: withdraw an old best path when best path changed"FUJITA Tomonori
2015-05-08table: change log level to debugFUJITA Tomonori
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-04-27table: withdraw an old best path when best path changedISHIDA Wataru
2015-04-27table: remove unused methodsISHIDA Wataru
2015-04-27table: make table.ProcessMessage a functionISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-15table: sort peers/routes at client side instead of bgpd sideISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru