summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
2015-04-04table: fix typoISHIDA Wataru
2015-04-03table: support displaying evpn destination through cliISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-11table: IPv4_VPN route familyYuji Oshima
2015-03-06table: remove RF from PeerInfoFUJITA 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: handle timestamp in Path in UpdateIn()FUJITA Tomonori
2015-01-23table: not update timestamp if the path replaces the same pathFUJITA Tomonori
2015-01-20table: remove Path's bestFUJITA Tomonori
2015-01-13table: fix best path presentationFUJITA 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-30table: Path's getnlri, getpathattrs, getpathattr 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-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-21server: conver PEER_MSG_PATH to bgp updateFUJITA Tomonori
2014-12-20table: use slice instead of homegrown orderedmapFUJITA 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] fix bugs when handling withdraw routesHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi