summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
AgeCommit message (Expand)Author
2016-03-14table: remove Destination's oldKnownPathListFUJITA Tomonori
2016-03-14table: remove Destination's WithdrawnList and UpdatedPathList used for valida...FUJITA Tomonori
2016-03-14table: remove Destination's ImplicitWithdrawnListFUJITA Tomonori
2016-02-10table: expose (*Destination).getRouteFamily()ISHIDA Wataru
2016-01-17rpki: add rpki validate APIFUJITA Tomonori
2016-01-17update rpki monitor APIFUJITA Tomonori
2016-01-16server: reduce number of path.Clone() call to reduce memory footprintISHIDA Wataru
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-02table: improve implicitWithdraw()FUJITA Tomonori
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
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