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
Age
Commit message (
Expand
)
Author
2016-04-25
server: issue SOFT_RESET_IN when policy assignment is changed
ISHIDA Wataru
2016-04-24
server: remove updatedPeerCh and policyUpdateCh
ISHIDA Wataru
2016-04-24
test: add BGPContainer.define_policy() and BGPContainer.assign_policy()
ISHIDA Wataru
2016-04-24
test/quagga: use vtysh instead of telnet
ISHIDA Wataru
2016-04-24
test/gobgp: enhance policy configuration
ISHIDA Wataru
2016-04-23
test: allow travis-ci failure on go1.4
FUJITA Tomonori
2016-04-22
config: fix bug of UpdateConfig()
ISHIDA Wataru
2016-04-22
server: sending SOFT_RESET_IN on all the peer after the policy changes with c...
FUJITA Tomonori
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-21
table: use received time as tie-breaker
ISHIDA Wataru
2016-04-21
fsm: improve fsm state transition log
ISHIDA Wataru
2016-04-21
policy: fix as-path match optimization
ISHIDA Wataru
2016-04-21
rpki: validate only when RPKI is enabled
FUJITA Tomonori
2016-04-21
table: Destination's Calculate doesn't need to return newly added paths
FUJITA Tomonori
2016-04-21
rpki: use the own AS number if asPath is empty
FUJITA Tomonori
2016-04-21
rpki: delete roa validation stream API
FUJITA Tomonori
2016-04-21
config: add set-next-hop option
tamihiro
2016-04-20
policy: add test case
ISHIDA Wataru
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
server: fix bug of policy assignment
ISHIDA Wataru
2016-04-20
cli: improve global command
ISHIDA Wataru
2016-04-20
server: support route-target constraint
ISHIDA Wataru
2016-04-20
fsm: improve debug message
ISHIDA Wataru
2016-04-20
path: improve Path.String()
ISHIDA Wataru
2016-04-20
packet: fix encap nlri (add encap ipv6 nlri)
ISHIDA Wataru
2016-04-20
bgp: fix bug of NewEndOfRib()
ISHIDA Wataru
2016-04-20
policy: add unittest ParseCommunityRegexp()
FUJITA Tomonori
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-04-20
cli: fix wrong modStatement operation
ISHIDA Wataru
2016-04-20
test: allow travis-ci failure on go1.3
FUJITA Tomonori
2016-04-20
test: support travis testing for a forked repo
ISHIDA Wataru
2016-04-19
server: support prefix-limit re-configuration via configuration file
ISHIDA Wataru
2016-04-19
peer: remove redundant config structs
ISHIDA Wataru
2016-04-19
config: use Equal() instead of reflect.DeepEqual()
ISHIDA Wataru
2016-04-19
config: generate Equal() method
ISHIDA Wataru
2016-04-19
server: fix bug of BgpServer.PeerDelete()
ISHIDA Wataru
2016-04-19
server: fix Peer.prefixLimitWarned to adapt with multi-protocol
ISHIDA Wataru
2016-04-19
config/gobgpd: refactoring
ISHIDA Wataru
2016-04-19
cli: show prefix-limit configuration by `gobgp neighbor <neighbor-addr>`
ISHIDA Wataru
2016-04-19
fsm: improve log message when prefix-limit reached
ISHIDA Wataru
2016-04-19
table: add a test to check implicit withdrawal behavior with mod action
ISHIDA Wataru
2016-04-19
table: fix bug of holding flawed withdrawals in Destination struct
ISHIDA Wataru
2016-04-19
table: fix bug of incomplete withdrawal handling
ISHIDA Wataru
2016-04-19
server: fix comment typo
Shawn Smith
2016-04-19
server: send local withdrawal paths regardless of path calculation result
ISHIDA Wataru
2016-04-19
GRPC: catch up with the latest GRPC interface
FUJITA Tomonori
2016-04-19
cli: stop showing rpki condition when it is not enabled
ISHIDA Wataru
2016-04-15
more fixes on erring statements
tamihiro
[next]