summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
2015-11-18rpki: fix IPv4-mapped addresss handlingFUJITA Tomonori
2015-11-12table: fix how to mark a path as best in ToApiStruct()ISHIDA Wataru
2015-11-09server: move peerInfo from peer to fsmFUJITA Tomonori
2015-10-27server: fix radix key bug in rpki testFUJITA Tomonori
2015-09-20api: rename package/service name to gobgpapiISHIDA Wataru
2015-09-10table: add string method for easier debuggingISHIDA Wataru
2015-09-01zebra: distribute routes from zebraHiroshi Yokoi
2015-08-31server: support route reflector behaviorISHIDA Wataru
2015-08-25*: better log msgISHIDA Wataru
2015-08-21speed up showing ipv6 routesFUJITA Tomonori
2015-08-20server: fix for sorting adj-in/out routesFUJITA Tomonori
2015-08-19gobgp: improve the time to show routesFUJITA Tomonori
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-08-08*: kill protobuf path structureISHIDA Wataru
2015-08-03mrt: merge gomrt to gobgp cli commandISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: remove unused field/funcISHIDA Wataru
2015-07-01table: check paths' equivalence deeperISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-23table: use isLocal() to check if path is locally generatedISHIDA Wataru
2015-06-23table: add Equal() method to compare PeerInfoISHIDA Wataru
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-06-02packet: return aspath length based on the segment type.Hiroshi Yokoi
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-04-27table: remove unused methodsISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-04-14api: use gRPC instead of RESTISHIDA Wataru
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