Age | Commit message (Expand) | Author |
2016-07-21 | move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.go | FUJITA Tomonori |
2016-07-20 | move gRPC-related code in path.go and destination.go to grpc_server.go | FUJITA Tomonori |
2016-06-13 | drop unknown optional non-transitive attributes | FUJITA Tomonori |
2016-06-06 | server/table: support bgp multipath | ISHIDA Wataru |
2016-06-06 | table: return default value(100) when local-pref attr doesn't exist | ISHIDA Wataru |
2016-05-29 | table: fix to compare new best path with old best path | FUJITA Tomonori |
2016-05-25 | policy: add local-pref action | ISHIDA Wataru |
2016-05-23 | add collector feature | FUJITA Tomonori |
2016-05-23 | table: fix UpdatePathAttrs() to obey RFC4684 | ISHIDA Wataru |
2016-04-27 | server: fix not to modify Transport.Config | ISHIDA Wataru |
2016-04-20 | path: improve Path.String() | ISHIDA Wataru |
2016-03-31 | move packet/*.go to packet/bgp/*.go for Go's convention | FUJITA Tomonori |
2016-03-15 | table: support advertising local route with specified nexthop via eBGP | ISHIDA Wataru |
2016-03-02 | table: use raw data for age instead of duration | FUJITA Tomonori |
2016-03-02 | api: add neighbor-ip field to grpc Path message | ISHIDA Wataru |
2016-02-29 | cli: delete duplicated code | FUJITA Tomonori |
2016-02-29 | config/server: support per-peer asn | ISHIDA Wataru |
2016-02-27 | ops: fix and integration the attribute name that indicates the route received... | Naoto Hanaue |
2016-02-25 | table: sort path attributes | FUJITA Tomonori |
2016-02-24 | cli: sort Flowspec components | FUJITA Tomonori |
2016-02-24 | table: sort Flowspec components | FUJITA Tomonori |
2016-02-19 | ops: maintenance of two-way route exchange | Naoto Hanaue |
2016-02-12 | table: fix gracefull restart regression | FUJITA Tomonori |
2016-02-10 | server: support graceful-restart helper-speaker behavior | ISHIDA Wataru |
2016-02-10 | table: support sending/receiving EOR msg | ISHIDA Wataru |
2016-02-07 | table: add source-asn and source-id to api struct | ISHIDA Wataru |
2016-02-01 | server: fix soft-reset-in to handle in-policy change properly | ISHIDA Wataru |
2016-01-17 | table: fix NewBitmap's size calculation | FUJITA Tomonori |
2016-01-16 | server: reduce number of path.Clone() call to reduce memory footprint | ISHIDA Wataru |
2016-01-16 | table: remove unnecessary copy of path attributes | ISHIDA Wataru |
2016-01-16 | table: kill unused field medSetByTargetNeighbor | ISHIDA Wataru |
2016-01-09 | config: change enum value type to string for ease of configuration | ISHIDA Wataru |
2015-12-29 | config: use viper and support multiple configuration formats | ISHIDA Wataru |
2015-12-28 | config: make config/state variable name simple | ISHIDA Wataru |
2015-12-26 | add MOD_PATH API | FUJITA Tomonori |
2015-12-15 | api: refactor afisafi api | ISHIDA Wataru |
2015-12-08 | server/table: use only one rib for multiple route server clients | ISHIDA Wataru |
2015-12-02 | table: sort all known paths instead of just selecting best | ISHIDA Wataru |
2015-11-08 | table: fix local-pref handling for external peer | ISHIDA Wataru |
2015-11-08 | table: use a local configured med/local-pref path-attr if exists | ISHIDA Wataru |
2015-10-27 | server: fix RPKI verification to handle ASPATH ATTR TYPE properly | FUJITA Tomonori |
2015-10-24 | policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elems | ISHIDA Wataru |
2015-10-20 | policy: clean up | ISHIDA Wataru |
2015-10-20 | table: fix to handle doReplace flag | ISHIDA Wataru |
2015-10-20 | table: remove unnecessary type casting | ISHIDA Wataru |
2015-10-07 | policy: fix bug of export neighbor condition matching | ISHIDA Wataru |
2015-10-02 | cli: add command to show accepted/rejected routes | ISHIDA Wataru |
2015-10-01 | path: distinguish aspath set from aspath seq | ISHIDA Wataru |
2015-09-20 | api: rename package/service name to gobgpapi | ISHIDA Wataru |
2015-09-16 | table: fix bug of updating cluster-list path attribute | ISHIDA Wataru |