summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
AgeCommit message (Expand)Author
2018-05-11fix add-path with vrf-neighborFUJITA Tomonori
2018-05-07table: remove key member in Path structureFUJITA Tomonori
2018-05-07table: remove uuid member in originInfo structureFUJITA Tomonori
2018-05-07table: remove VrfIds member in Path structureFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-04-25Restore PathIdentifier for paths belonging to VRFsDavid Barroso
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-04-03packet/bgp: Remove length argument from NewEVPNNLRIIWASE Yusuke
2018-02-16table/path: Originator ID for locally generated pathsIWASE Yusuke
2018-02-13packet/bgp: Remove raw binary field on PathAttributeIWASE Yusuke
2018-02-06table: replace time.Time struct with int64 in originInfo structFUJITA Tomonori
2018-02-06table: change originInfo struct layout to reduce the sizeFUJITA Tomonori
2018-01-23fix breakage with the latest github.com/satori/go.uuidFUJITA Tomonori
2017-11-26cmd/neighbor: Refactor ShowRoute()Satoshi Fujimoto
2017-11-24packet/bgp: Sort FlowSpec rules when decoding/creatingIWASE Yusuke
2017-11-23table: add attribute hash value to Path structureFUJITA Tomonori
2017-11-07table/path: Print Confederation AS_PATH segment ExplicitlySatoshi Fujimoto
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-01Fix some spelling for spell checker's testIWASE Yusuke
2017-10-30table/path: net.IP.IsUnspecified() instead of isZero()IWASE Yusuke
2017-08-02table: allocate bitmap for path id dynamicallyFUJITA Tomonori
2017-07-26table: don't send OriginaterID or ClusterList attributes to non rr clientsFUJITA Tomonori
2017-07-26table: assign local identifier to pathFUJITA Tomonori
2017-07-19table: Include detailed information about RPKI in originInfoSatoshi Fujimoto
2017-07-04api/cli: support showing path-identifierWataru Ishida
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-10*: support remove private asWataru Ishida
2017-05-10table: Advertise local-pref set by import policyTatsushi Demachi
2017-04-27server: avoid unnecessary path clone with route serverFUJITA Tomonori
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04table: handle paths with IPv4 NLRI and IPv6 nexthop properlyISHIDA Wataru
2017-04-04table: fix bug of UpdatePathAttrs() with ipv6 link-local peerISHIDA Wataru
2017-03-06table/path: Enable to stringify nexthop reachabilityIWASE Yusuke
2017-03-06table: Evaluate best path based on nexthop reachabilityIWASE Yusuke
2017-01-22api: add a UUID field to Path structureWataru Ishida
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-10-10policy: support large-community match/actionWataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-09-30server: add vrf support to bestpath watchFUJITA Tomonori
2016-09-16server/table: don't modify/delete path attributes for route server clientWataru Ishida
2016-08-25api/cli: kill cmd package custom path/destination structsWataru Ishida
2016-08-21fixed some misspell errorPeng Xiao
2016-07-21move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.goFUJITA Tomonori
2016-07-20move gRPC-related code in path.go and destination.go to grpc_server.goFUJITA Tomonori
2016-06-13drop unknown optional non-transitive attributesFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-06-06table: return default value(100) when local-pref attr doesn't existISHIDA Wataru