summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
AgeCommit message (Expand)Author
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
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-11-08table: fix local-pref handling for external peerISHIDA Wataru
2015-11-08table: use a local configured med/local-pref path-attr if existsISHIDA Wataru
2015-10-27server: fix RPKI verification to handle ASPATH ATTR TYPE properlyFUJITA Tomonori
2015-10-24policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elemsISHIDA Wataru
2015-10-20policy: clean upISHIDA Wataru
2015-10-20table: fix to handle doReplace flagISHIDA Wataru
2015-10-20table: remove unnecessary type castingISHIDA Wataru
2015-10-07policy: fix bug of export neighbor condition matchingISHIDA Wataru