summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
AgeCommit message (Expand)Author
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
2015-04-04table: change Path.clone to copy path attributes and make it publicISHIDA Wataru
2015-04-04table: bug fix of ReceiveRoute String() methodISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-20server: add Global Rib to support normal BGP functionalityISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru
2015-03-11table: IPv4_VPN route familyYuji Oshima
2015-03-10table: use github.com/tchap/go-patricia/patricia instead of our forkFUJITA Tomonori
2015-03-08server: adj-in/out supports route families rather than v4/v6FUJITA Tomonori
2015-03-08server: support multiple route familes per peerFUJITA Tomonori
2015-03-06server: remove rf in ServerMsgFUJITA Tomonori
2015-03-06table: NewTableManager takes route familiesFUJITA Tomonori
2015-03-06table: remove RF from PeerInfoFUJITA Tomonori
2015-02-24table: also sort adj-rib tables when marshaling as well as local-ribISHIDA Wataru
2015-01-28table: add owner to NewTableManager's argumentsHiroshi Yokoi
2015-01-28table: revise table logsHiroshi 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-22table: remove timestamp in ReceivedRouteFUJITA Tomonori
2015-01-22table: add timestamp to PathFUJITA Tomonori
2015-01-17cli: update show neighbors outputFUJITA Tomonori
2015-01-09table: fix path's getPrex()FUJITA Tomonori
2015-01-08server: drop all paths in adj-in when peer is downFUJITA 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-27support IPv6_UC route familyFUJITA Tomonori