Age | Commit message (Expand) | Author |
2016-08-17 | policy: support route-type condition | ISHIDA Wataru |
2016-08-03 | table: make some RoutingPolicy methods unexported | FUJITA Tomonori |
2016-08-03 | move policyMutex to policy/ | FUJITA Tomonori |
2016-07-30 | all logging is done with log.WithFields | dsp |
2016-07-20 | remove gRPC dependency from table/ | FUJITA Tomonori |
2016-07-20 | table: remove ToApiStruct methods from policy.go | FUJITA Tomonori |
2016-05-26 | policy: add support setting self ip address as next-hop | ISHIDA Wataru |
2016-05-25 | policy: add local-pref action | ISHIDA Wataru |
2016-04-26 | policy: don't apply policy when path is withdrawal | ISHIDA Wataru |
2016-04-21 | policy: fix as-path match optimization | ISHIDA Wataru |
2016-04-21 | config: add set-next-hop option | tamihiro |
2016-04-20 | policy: check duplicated policy name | ISHIDA Wataru |
2016-04-20 | policy: don't allow same policy assigned twice | ISHIDA Wataru |
2016-04-20 | Revert "policy: remove unnecessary regexp special charactor" | tamihiro |
2016-04-20 | fix community-set match all evaluation and remove regexp special chars from c... | tamihiro |
2016-03-31 | move packet/*.go to packet/bgp/*.go for Go's convention | FUJITA Tomonori |
2016-03-09 | policy: fix crash to remove statement from policy without statements | FUJITA Tomonori |
2016-02-19 | policy: remove unnecessary regexp special charactor | ISHIDA Wataru |
2016-01-25 | config: add openconfig identity structs in bgp_configs.go | ISHIDA Wataru |
2016-01-16 | server: reduce number of path.Clone() call to reduce memory footprint | ISHIDA Wataru |
2016-01-16 | policy: introduce policy option infra | ISHIDA Wataru |
2016-01-16 | table: remove unnecessary copy of path attributes | ISHIDA Wataru |
2016-01-10 | policy: support an action to add origin-validation ext-community | ISHIDA Wataru |
2016-01-10 | policy: fix NewRpkiValidationConditionFromApiStruct() | ISHIDA Wataru |
2016-01-09 | config: refactor config structure | ISHIDA Wataru |
2016-01-09 | config: add FromInt() method to config typedef | ISHIDA Wataru |
2016-01-09 | config: change enum value type to string for ease of configuration | ISHIDA Wataru |
2016-01-09 | tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang | ISHIDA Wataru |
2016-01-06 | policy: remove heavy debug msg | 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-24 | policy: fix insufficient nil check | ISHIDA Wataru |
2015-12-08 | server/table: use only one rib for multiple route server clients | ISHIDA Wataru |
2015-10-24 | policy: use radix-tree for prefix-list matching | ISHIDA Wataru |
2015-10-24 | policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elems | ISHIDA Wataru |
2015-10-24 | policy: speed up as-path matching | ISHIDA Wataru |
2015-10-21 | policy: add missing arg | Hiroshi Yokoi |
2015-10-21 | policy: add field keys | Hiroshi Yokoi |
2015-10-20 | policy: name statement automatically also via grpc | ISHIDA Wataru |
2015-10-20 | policy: avoid null pointer dereference | ISHIDA Wataru |
2015-10-20 | api: stop using raw flag values and define grpc dedicated flags | ISHIDA Wataru |
2015-10-20 | policy: fix how to apply policy to follow openconfig description | ISHIDA Wataru |
2015-10-20 | policy: remove debug log | Hiroshi Yokoi |
2015-10-20 | api: support policy assignment modification via grpc | ISHIDA Wataru |
2015-10-20 | policy: name statement automatically when name is not given | ISHIDA Wataru |
2015-10-20 | api: support policy modification via grpc | ISHIDA Wataru |
2015-10-20 | api/cli: refactor api to retrieve policy | ISHIDA Wataru |
2015-10-20 | cli: support statement configuration | ISHIDA Wataru |
2015-10-20 | api: support statement modification via grpc | ISHIDA Wataru |
2015-10-20 | api/cli: add api to retrieve statements and support showing them via cli | ISHIDA Wataru |