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-02-04
server: add support specifying addresses to listen
ISHIDA Wataru
2016-02-02
cli/server: fix address family handling
ISHIDA Wataru
2016-02-01
server: fix soft-reset-in to handle in-policy change properly
ISHIDA Wataru
2016-01-29
server: don't handle soft-reset-out for non-established peer
ISHIDA Wataru
2016-01-29
server: apply filterpath and export-policy to new best paths
ISHIDA Wataru
2016-01-25
rpki: make monitor API's reason explicit about manual validate
FUJITA Tomonori
2016-01-25
config: add openconfig identity structs in bgp_configs.go
ISHIDA Wataru
2016-01-25
config: add go type of embeded enums defined in openconfig
ISHIDA Wataru
2016-01-17
rpki: add reason to rpki monitor api
FUJITA Tomonori
2016-01-17
rpki: add rpki validate API
FUJITA Tomonori
2016-01-17
update rpki monitor API
FUJITA Tomonori
2016-01-16
server: reduce number of path.Clone() call to reduce memory footprint
ISHIDA Wataru
2016-01-16
policy: introduce policy option infra
ISHIDA Wataru
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2016-01-16
table: kill unused field medSetByTargetNeighbor
ISHIDA Wataru
2016-01-09
api: support bmp configuration
ISHIDA Wataru
2016-01-09
bmp: use watcher infra to implement bmp feature
ISHIDA Wataru
2016-01-09
server: add REQ_BMP_NEIGHBORS api for internal bmp use
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2016-01-09
tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang
ISHIDA Wataru
2016-01-06
server: fix storing received open msg
ISHIDA Wataru
2016-01-06
rpki: add monitor command support
FUJITA Tomonori
2016-01-04
server: introduce fastpath for fsm state change
ISHIDA Wataru
2016-01-04
server: handle open message only in fsm
ISHIDA Wataru
2015-12-30
server: just send global rib once when bmp connection is initialized
ISHIDA Wataru
2015-12-29
config: use viper and support multiple configuration formats
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-26
add MOD_PATH API
FUJITA Tomonori
2015-12-25
rename ModPath to ModPaths
FUJITA Tomonori
2015-12-25
table: refactor handleModPathRequest
FUJITA Tomonori
2015-12-21
*: add global listen port configuration
ISHIDA Wataru
2015-12-18
bmp: send post-policy routes when connected to bmpd
FUJITA Tomonori
2015-12-17
rpki: support reset/softreset/enable operation
FUJITA Tomonori
2015-12-17
rpki: support multiple roa servers
FUJITA Tomonori
2015-12-16
bmp: support post-policy routing monitoring
FUJITA Tomonori
2015-12-15
server: fix softresetout to send withdrawn for only routes in adj-out
FUJITA Tomonori
2015-12-15
policy: don't allow configure/show per-peer policy for non-rs-client
ISHIDA Wataru
2015-12-15
api: refactor afisafi api
ISHIDA Wataru
2015-12-15
server: fix IMPORT POLICY handling for newly added peers
FUJITA Tomonori
2015-12-15
server: avoid as loop check in filterpath() for rs peer
FUJITA Tomonori
2015-12-15
server: add error handling of invalid router-id
ISHIDA Wataru
2015-12-15
server: support Neighbor.Trasnport configuration via grpc
ISHIDA Wataru
2015-12-15
server: ensure bmpClient is not nil when BgpServer is running
ISHIDA Wataru
2015-12-15
server: ensure global config is finished before any other config
ISHIDA Wataru
2015-12-14
server: don't import path including looped as path
FUJITA Tomonori
2015-12-12
server: handle lots of peers trying to connect
FUJITA Tomonori
2015-12-10
server: fix bug when you add a global config in grpc
Naoto Hanaue
2015-12-10
server: fix bug when you add a neighbor config in grpc
Naoto Hanaue
2015-12-09
server: use ID() for path's Filter and Filtered methods instead of TableID()
FUJITA Tomonori
2015-12-08
table: remove useless table owner member
FUJITA Tomonori
[prev]
[next]