index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
table
/
policy.go
Age
Commit message (
Expand
)
Author
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
2015-10-20
cli: support defined-set configuration
ISHIDA Wataru
2015-10-20
api: support defined set modification via grpc
ISHIDA Wataru
2015-10-20
policy: another cleanup
ISHIDA Wataru
2015-10-20
policy: add constructor to create object from api structs
ISHIDA Wataru
2015-10-20
api: use two ints instead of string to represent mask-length-range
ISHIDA Wataru
2015-10-20
policy: clean up
ISHIDA Wataru
2015-10-09
table: merge policy package into table
ISHIDA Wataru