summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
AgeCommit message (Expand)Author
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
2016-02-10table: support sending/receiving EOR msgISHIDA Wataru
2016-02-07table: add source-asn and source-id to api structISHIDA Wataru
2016-02-01server: fix soft-reset-in to handle in-policy change properlyISHIDA Wataru
2016-01-17table: fix NewBitmap's size calculationFUJITA 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
2016-01-16table: kill unused field medSetByTargetNeighborISHIDA Wataru
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-26add MOD_PATH APIFUJITA Tomonori
2015-12-15api: refactor afisafi apiISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru