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
2018-05-23
fix: missing validateCondition in ReplaceStatement
lnever
2018-05-10
make Path objects in rib read-only
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2018-01-24
*: Use strconv.ParseUint instead of strconv.Atoi()
IWASE Yusuke
2017-12-16
table/policy: Support prefix representation in NeighborSet
Satoshi Fujimoto
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-03
table/policy: Nil check before reference in inUse()
Satoshi Fujimoto
2017-09-14
table/policy: fix ReplacePolicy with preserve=false to remove old statements
Piotr Wydrych
2017-07-19
table: Include detailed information about RPKI in originInfo
Satoshi Fujimoto
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-05-06
cli: speed up showing a specific defined-set
Wataru Ishida
2017-03-19
table: handle IPv4-Mapped IPv6 Address as v6
FUJITA Tomonori
2017-02-24
policy: fix prefixset match about different families
FUJITA Tomonori
2017-02-17
table: fix DeletePolicyAssignment() crash with bogus input
FUJITA Tomonori
2016-12-15
policy: avoid crash when getting ext-community
Hiroshi Yokoi
2016-12-14
policy: allow using invert condition in statement
Hiroshi Yokoi
2016-11-25
policy: fix bug of multi policy application
Wataru Ishida
2016-11-25
policy: fix bug of rpki validation condition
Wataru Ishida
2016-11-17
config: simplify route-disposition configuration
Wataru Ishida
2016-11-17
add go vet test
Wataru Ishida
2016-11-14
client: add golang client library
Wataru Ishida
2016-11-14
policy: fix bug of policy with multiple statements
Wataru Ishida
2016-10-10
policy: support large-community match/action
Wataru Ishida
2016-10-09
policy: fix bug of handling multiple prefix-match with same IP prefix.
Wataru Ishida
2016-10-08
table: ensure compatibility with archs where int == int32
Vincent Bernat
2016-08-17
policy: fix global default policy initialization
ISHIDA Wataru
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
[next]