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
/
server.go
Age
Commit message (
Expand
)
Author
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
2016-07-22
zebra client uses the new Watch API
FUJITA Tomonori
2016-07-22
move gRPC-related code for REQ_MONITOR_RIB and REQ_MONITOR_NEIGHBOR_PEER_STAT...
FUJITA Tomonori
2016-07-21
move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.go
FUJITA Tomonori
2016-07-21
move gRPC-related code for REQ_ADD_NEIGHBOR and REQ_DELETE_NEIGHBOR to grpc_s...
FUJITA Tomonori
2016-07-20
remove gRPC dependency from table/
FUJITA Tomonori
2016-07-20
add management task channel
FUJITA Tomonori
2016-07-20
move gRPC-related code in path.go and destination.go to grpc_server.go
FUJITA Tomonori
2016-07-20
move gRPC-related code in vrf.go to grpc_server.go
FUJITA Tomonori
2016-07-20
table: remove ToApiStruct methods from policy.go
FUJITA Tomonori
2016-07-20
remove REQ_GRPC_DELETE_NEIGHBOR
FUJITA Tomonori
2016-07-20
remove REQ_GRPC_ADD_NEIGHBOR
FUJITA Tomonori
2016-07-20
move gRPC-related code for REQ_GET_SERVER to grpc_server.go
FUJITA Tomonori
2016-07-20
remove gRPC dependency from peer.go
FUJITA Tomonori
2016-07-20
server: add missing mutex lock when updating policy configuration
FUJITA Tomonori
2016-07-11
Add shorter prefix search
Ben Agricola
2016-07-11
Fix longer-prefix search using radix trie walk
Ben Agricola
2016-06-16
Do not crash on RTC wildcard routes
Thomas Morin
2016-06-23
server: delete unused functions and variables
FUJITA Tomonori
2016-06-14
server: replace SenderMsg workaround with InfiniteChannel
FUJITA Tomonori
2016-06-06
server/table: support bgp multipath
ISHIDA Wataru
2016-06-06
server: refactor monitor/watcher infra
ISHIDA Wataru
2016-06-06
server: refactoring for monitorbestchanged api. use watcher infra
ISHIDA Wataru
2016-06-06
server: refactoring for zebra related code use watcher infra
ISHIDA Wataru
2016-06-02
server: fix another regression of active connection
ISHIDA Wataru
2016-06-01
server: fix active connection regression
ISHIDA Wataru
2016-06-01
server: support peering with ipv6 link local address
ISHIDA Wataru
2016-05-31
server: avoid sending unnecessary udate messages with soft_reset_in for route...
FUJITA Tomonori
2016-05-26
policy: add support setting self ip address as next-hop
ISHIDA Wataru
2016-05-23
add collector feature
FUJITA Tomonori
2016-05-23
vrf: fix rtc withdraw handling
ISHIDA Wataru
2016-05-23
server: add missing call of processOutgoingPaths()
ISHIDA Wataru
2016-05-19
server: return flowspec routes in rfc compliant manner
ISHIDA Wataru
2016-05-17
zebra: make zebra config consistent with the rests
FUJITA Tomonori
2016-05-16
server: fix a bug in handleGrpcGetPolicyAssignment()
ISHIDA Wataru
2016-05-11
server: print correct reason of state change by configuration change
FUJITA Tomonori
2016-05-10
server: log the change of admin state via config file
FUJITA Tomonori
2016-05-10
grpc: remove MRT dump streaming GRPC API
FUJITA Tomonori
2016-05-10
Refactoring GRPC API
FUJITA Tomonori
2016-05-10
server: don't modify admin-down config
ISHIDA Wataru
2016-05-09
server: immediately close newly accepted connection for non admin-state-up peer
FUJITA Tomonori
2016-05-09
server: support afi-safi re-configuration
ISHIDA Wataru
2016-05-09
server: support timer re-configuration
ISHIDA Wataru
2016-05-09
server: fix to send more appropriate notification code/subcode
ISHIDA Wataru
2016-05-09
server: ignore stale fsm messages
ISHIDA Wataru
2016-04-27
server: support peer re-configuration
ISHIDA Wataru
2016-04-27
server: fix not to modify Transport.Config
ISHIDA Wataru
[prev]
[next]