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-08-03
server: fix advertising multiple local withdrawals with same prefix
ISHIDA Wataru
2016-08-03
test: deconfigure deleted peer for later tests
ISHIDA Wataru
2016-08-03
table: make some RoutingPolicy methods unexported
FUJITA Tomonori
2016-08-03
move policyMutex to policy/
FUJITA Tomonori
2016-08-03
server: unify setPolicyByConfig and handlePolicy
FUJITA Tomonori
2016-08-02
GoBGP 1.10
FUJITA Tomonori
2016-08-02
api/cli: api/cli support for unnumbered bgp
ISHIDA Wataru
2016-08-02
config: support unnumbered bgp peering
ISHIDA Wataru
2016-08-02
config: fix error propagatation in default config setting
ISHIDA Wataru
2016-08-02
packet: Change graceful restart tuple (afi/safi/flags) parsing to use capabil...
Tim Evens
2016-08-01
server: UpdateNeighbor() needs address parameter checking
FUJITA Tomonori
2016-07-31
gobgp: support mrt injecting only best paths
FUJITA Tomonori
2016-07-31
server: fix wrong log message
FUJITA Tomonori
2016-07-30
packet/bgp: treat 0x000000 as a withdraw label
ISHIDA Wataru
2016-07-30
all logging is done with log.WithFields
dsp
2016-07-29
api/cli: add LocalAddress to PeerConf struct
ISHIDA Wataru
2016-07-29
config: simplify ipv6 link local address peering
ISHIDA Wataru
2016-07-29
server: move default config setting logic inside BgpServer's methods
ISHIDA Wataru
2016-07-29
config: curve out code specific to default global config setting
ISHIDA Wataru
2016-07-29
config: curve out code specific to default neighbor config setting
ISHIDA Wataru
2016-07-29
drop go 1.3 and 1.4 support
FUJITA Tomonori
2016-07-29
move grpc_server.go from server/ to api/
FUJITA Tomonori
2016-07-29
remove unused GrpcRequest and GrpcResponse
FUJITA Tomonori
2016-07-29
fix RPKI gRPC API
FUJITA Tomonori
2016-07-29
move gRPC-related code for SoftReset to grpc_server.go
FUJITA Tomonori
2016-07-28
move gRPC-related code for RPKI to grpc_server.go
FUJITA Tomonori
2016-07-28
remove unused grpc helper function
FUJITA Tomonori
2016-07-28
move gRPC-related code for REQ_RIB to grpc_server.go
FUJITA Tomonori
2016-07-27
server: remove REQ_INITIALIZE_RPKI
FUJITA Tomonori
2016-07-27
move gRPC-related code for REQ_VALIDATE_RIB to grpc_server.go
FUJITA Tomonori
2016-07-27
move gRPC-related code for REQ_NEIGHBOR_ENABLE/DISABLE to grpc_server.go
FUJITA Tomonori
2016-07-27
move gRPC-related code for REQ_NEIGHBOR_RESET to grpc_server.go
FUJITA Tomonori
2016-07-27
move gRPC-related code for REQ_NEIGHBOR_SHUTDOWN to grpc_server.go
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_ADD_VRF and REQ_DELETE_VRF to grpc_server.go
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_GET_VRF to grpc_server.go
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_GET_SERVER to grpc_server.go
FUJITA Tomonori
2016-07-27
doc: update lib.md with the new native APIs
FUJITA Tomonori
2016-07-27
server: only the maing goroutine can call Shutdown()
FUJITA Tomonori
2016-07-27
remove unused SetGlobalType function
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_NEIGHBOR to grpc_server.go
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_START_SERVER to grpc_server.go
FUJITA Tomonori
2016-07-26
move gRPC-related code for REQ_STOP_SERVER to grpc_server.go
FUJITA Tomonori
2016-07-26
openswitch: use proper gRPC API
FUJITA Tomonori
2016-07-26
export Watch feature
FUJITA Tomonori
2016-07-26
clone Paths before notifying watchers
FUJITA Tomonori
2016-07-25
simplify watcher notificaiton
FUJITA Tomonori
2016-07-22
delete unused old watcher code
FUJITA Tomonori
2016-07-22
mrt uses the new Watch API
FUJITA Tomonori
2016-07-22
collector uses the new Watch API
FUJITA Tomonori
2016-07-22
bmp uses the new Watch API
FUJITA Tomonori
[next]