summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
AgeCommit message (Expand)Author
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
2014-12-25packet: define BGPPathAttr typeFUJITA Tomonori
2014-12-22clean up logger usageFUJITA Tomonori
2014-12-22table: send withdraw when peer is downFUJITA Tomonori
2014-12-21table: sends updates from AdjRibOut when FSM_ESTABLISHEDFUJITA Tomonori
2014-12-21server: update AdjRibOut tableFUJITA Tomonori
2014-12-18peer: support peer stateFUJITA Tomonori
2014-12-18peer: update local ribFUJITA Tomonori
2014-12-18server: update adjRibInFUJITA Tomonori
2014-12-18table: use path to handle table updateFUJITA Tomonori
2014-12-17table: move AdjRib out of TableManagerFUJITA Tomonori
2014-12-16table: remove temporary structuresFUJITA Tomonori
2014-12-16table: remove CoreService, Neighbors, and Commons structuresFUJITA Tomonori
2014-12-08[bestpath_selection] fix bugs when handling withdraw routesHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi