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-10-03
zebra: support passing vrf-id
Wataru Ishida
2016-10-01
server: support zebra protocol vrfid with vpnv4/vpnv6
FUJITA Tomonori
2016-09-30
server: add vrf support to bestpath watch
FUJITA Tomonori
2016-09-30
api: add id to VrfRequest
FUJITA Tomonori
2016-09-29
Apply previous change's to test as well.
kishiguro
2016-09-29
Support of ZAPI version 3 (handles VRF ID).
kishiguro
2016-09-16
server/table: don't modify/delete path attributes for route server client
Wataru Ishida
2016-09-13
server/table: fix a bug of vrf route injection
Wataru Ishida
2016-09-12
server: portability fix for setsockopt() on Linux
Vincent Bernat
2016-09-12
test: test monitor feature in unit test instead of scenario test
Wataru Ishida
2016-09-01
mrt: fix rotation and dump interval handling in table mode
FUJITA Tomonori
2016-08-26
add RemoteRouterId to config.NeighborState
FUJITA Tomonori
2016-08-26
zebra: add grpc api
FUJITA Tomonori
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-25
server: fix RIB lookup with longer-prefixes option
Wataru Ishida
2016-08-25
server: handle error of net.ParseCIDR()
Wataru Ishida
2016-08-21
fixed some misspell error
Peng Xiao
2016-08-17
Revert "server: add missing default policy setting in (*BgpServer).Start()"
ISHIDA Wataru
2016-08-17
server: passive tcp md5 support on OpenBSD
FUJITA Tomonori
2016-08-17
server: add debug messages about tcp md5
FUJITA Tomonori
2016-08-17
server: support passive md5 and ttl on *bsd
FUJITA Tomonori
2016-08-15
server: move linux specific functions to sockopt_linux.go
FUJITA Tomonori
2016-08-15
mrt: support per-peer table dump with route server configuration
FUJITA Tomonori
2016-08-14
support mrt table dump (TABLE_DUMPv2 format)
FUJITA Tomonori
2016-08-11
server: fix handling the best path change from ebgp to ibgp
FUJITA Tomonori
2016-08-08
server: add missing default policy setting in (*BgpServer).Start()
ISHIDA Wataru
2016-08-03
server: fix advertising multiple local withdrawals with same prefix
ISHIDA Wataru
2016-08-03
move policyMutex to policy/
FUJITA Tomonori
2016-08-03
server: unify setPolicyByConfig and handlePolicy
FUJITA Tomonori
2016-08-02
config: support unnumbered bgp peering
ISHIDA Wataru
2016-08-01
server: UpdateNeighbor() needs address parameter checking
FUJITA Tomonori
2016-07-31
server: fix wrong log message
FUJITA Tomonori
2016-07-30
all logging is done with log.WithFields
dsp
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 neighbor config setting
ISHIDA Wataru
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
[prev]
[next]