summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
AgeCommit message (Expand)Author
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
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-23table: fix UpdatePathAttrs() to obey RFC4684ISHIDA Wataru
2016-04-27server: fix not to modify Transport.ConfigISHIDA Wataru
2016-04-20path: improve Path.String()ISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-15table: support advertising local route with specified nexthop via eBGPISHIDA Wataru
2016-03-02table: use raw data for age instead of durationFUJITA Tomonori
2016-03-02api: add neighbor-ip field to grpc Path messageISHIDA Wataru
2016-02-29cli: delete duplicated codeFUJITA Tomonori
2016-02-29config/server: support per-peer asnISHIDA Wataru
2016-02-27ops: fix and integration the attribute name that indicates the route received...Naoto Hanaue
2016-02-25table: sort path attributesFUJITA Tomonori
2016-02-24cli: sort Flowspec componentsFUJITA Tomonori
2016-02-24table: sort Flowspec componentsFUJITA Tomonori
2016-02-19ops: maintenance of two-way route exchangeNaoto Hanaue
2016-02-12table: fix gracefull restart regressionFUJITA Tomonori
2016-02-10server: support graceful-restart helper-speaker behaviorISHIDA Wataru