summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2015-01-08server: drop all paths in adj-in when peer is downFUJITA Tomonori
2015-01-07message: disable merging updates for ipv6FUJITA Tomonori
2015-01-07table: fix the previous commitFUJITA Tomonori
2015-01-07table: fix UpdatePathAttrs2ByteASFUJITA Tomonori
2015-01-06table: fix rib presentationFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2015-01-03server: properly handle peer configured laterFUJITA Tomonori
2014-12-31table: fix UpdatePathAttrs2ByteAsFUJITA Tomonori
2014-12-31server: merge bgp update messages if possibleFUJITA Tomonori
2014-12-31table: fix 2byte AS peer helper functionsFUJITA 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-30serve: move functions about path and bgp message to table/message.goFUJITA Tomonori
2014-12-30table: add helper functions to modify PathAttributes for 4 and 2 byte AS.FUJITA 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-25table: update path struct JSON formatFUJITA Tomonori
2014-12-25packet: define BGPPathAttr typeFUJITA Tomonori
2014-12-25table: make table json prettierFUJITA Tomonori
2014-12-25table: add MarshalJSON to Destination and TableFUJITA Tomonori
2014-12-25table: add MarshalJSON() to Path structFUJITA 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-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
2014-12-20table: delete setRoutefamily method in pathFUJITA Tomonori
2014-12-20table: export getNlri method in PathFUJITA 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 sentroute stuffFUJITA Tomonori
2014-12-16table: remove CoreService, Neighbors, and Commons structuresFUJITA Tomonori
2014-12-08[bestpath_selection]: add testcase for table.goHiroshi Yokoi
2014-12-08[bestpath_selection] fix bugs when handling withdraw routesHiroshi Yokoi
2014-12-05[bestpath_selection] fix build errorHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi