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
/
server
Age
Commit message (
Expand
)
Author
2016-04-27
config: support reload of AdminDown
ISHIDA Wataru
2016-04-27
server: support peer re-configuration
ISHIDA Wataru
2016-04-27
server: fix not to modify Transport.Config
ISHIDA Wataru
2016-04-27
config: make listen config struct aligned with open-config model
ISHIDA Wataru
2016-04-27
config: make route-target config struct aligned with open-config model
ISHIDA Wataru
2016-04-26
move NeighborPortNumber config to transport.Config
FUJITA Tomonori
2016-04-25
remove collector mode support
FUJITA Tomonori
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-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
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-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
server: support route-target constraint
ISHIDA Wataru
2016-04-20
fsm: improve debug message
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
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
server: fix comment typo
Shawn Smith
2016-04-19
server: send local withdrawal paths regardless of path calculation result
ISHIDA Wataru
2016-04-12
packet: create bmp package
FUJITA Tomonori
2016-04-12
packet: create rtr package
FUJITA Tomonori
2016-04-11
rpki: support re-validation for specific prefix
FUJITA Tomonori
2016-04-11
peer: prefix-limit calls peer.adjRibIn.Count only if enabled
FUJITA Tomonori
2016-04-11
Add neighbor-port-number to bgp neighbor config
Yi Tseng
2016-03-31
packet: create mrt package
FUJITA Tomonori
2016-04-10
server: support prefix-limit
ISHIDA Wataru
2016-04-11
specify api hosts that gobgpd listens on
FUJITA Tomonori
2016-04-10
server: serialize in fsm send loop
ISHIDA Wataru
2016-04-10
server: fix style
ISHIDA Wataru
2016-04-10
fsm: delegate 2byte as handling to fsm send goroutine
ISHIDA Wataru
2016-04-07
grpc: disable tracing to avoid consuming massive memory
FUJITA Tomonori
2016-04-05
server: add missing broadcastBests when dropping peer's routes
ISHIDA Wataru
2016-04-03
rpki: export ROAEvent for library usage
FUJITA Tomonori
2016-04-04
server: kill duplicated lines for neighbor add/delete logic
ISHIDA Wataru
2016-04-02
rpki: support dynamic add/delete operations via gRPC
FUJITA Tomonori
2016-03-31
server: update path-attributes when peer is disconnected
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-31
server: fix typo
Eiichiro Watanabe
2016-03-31
server: be exportable to use as RPKI library
Eiichiro Watanabe
[next]