summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
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-02-18table: use forked go-patriciaFUJITA Tomonori
2015-01-28table: add owner to NewTableManager's argumentsHiroshi Yokoi
2015-01-28table: revise table logsHiroshi Yokoi
2015-01-27table: fix ipv6 JSON reggressionFUJITA Tomonori
2015-01-23table: rename Time in Path to AgeFUJITA Tomonori
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-20table: remove Path's bestFUJITA Tomonori
2015-01-17cli: update show neighbors outputFUJITA Tomonori
2015-01-13table: simplify path's MarshalJSON()FUJITA Tomonori
2015-01-13table: fix best path presentationFUJITA Tomonori
2015-01-11table: sort destinations when marshalingISHIDA Wataru
2015-01-09table: fix path's getPrex()FUJITA Tomonori
2015-01-09table: disable update mergingFUJITA Tomonori
2015-01-09table: fix tableKey()FUJITA Tomonori
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