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
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
2015-12-08
server: avoid sending routes with unconfigured addres family
FUJITA Tomonori
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-12-06
api/cli: show all longer prefixes with longer-prefixes option
ISHIDA Wataru
2015-12-04
api/cli: support showing longer-prefix
ISHIDA Wataru
2015-12-02
make adj-rib implementation more clear and efficient
ISHIDA Wataru
2015-12-02
server: fix show rib with host address
FUJITA Tomonori
2015-12-02
cli: speed up showing specific routes from global/local rib
ISHIDA Wataru
2015-12-02
api/server: refine GetRib API
ISHIDA Wataru
2015-11-27
server: fix dropPeerAllRoutes() to handle rf
FUJITA Tomonori
2015-11-23
rpki: grpc support
FUJITA Tomonori
2015-11-13
bmp: use on-wire original update data
FUJITA Tomonori
2015-11-13
mrt: use on-wire original update data for mrt
FUJITA Tomonori
2015-11-13
server: fix bmp and mrt updates
FUJITA Tomonori
2015-11-13
use the same timestamp for bmp and mrt updates
FUJITA Tomonori
2015-11-12
mrt: support reset/rotate commands
FUJITA Tomonori
2015-11-12
server: introduce watcher framework
FUJITA Tomonori
2015-11-11
server: expose fsmMsgType, fsmMsg
ISHIDA Wataru
2015-11-09
server: move POLICY_DIRECTION_IN processing from peer to fsm
FUJITA Tomonori
2015-11-09
server: move ProcessMessage to fsm from peer
FUJITA Tomonori
2015-11-09
server: move peerInfo from peer to fsm
FUJITA Tomonori
2015-11-06
cmd/api: get peer remote router id not neighbor address
YujiOshima
2015-10-30
server: enable to start without configuration file
ISHIDA Wataru
2015-10-29
api: confirm api.Peer to openconfig and add ModPeer api
Yuji Oshima
2015-10-27
server: fix RPKI verification to handle ASPATH ATTR TYPE properly
FUJITA Tomonori
2015-10-21
server: apply policy before sending for ROUTE_REFRESH
FUJITA Tomonori
2015-10-21
server: remove peer's getBests method
FUJITA Tomonori
2015-10-21
table: make AdjRib API take slice of RouteFamily
FUJITA Tomonori
2015-10-21
server: make getBestFromLocal peer's method
FUJITA Tomonori
2015-10-21
server: avoid updating peer's LocalAddress unnecessary
FUJITA Tomonori
2015-10-21
server: set globalRib to non routeserver peer's LocalRib
FUJITA Tomonori
2015-10-21
table: store the list of route family in TableManager
FUJITA Tomonori
2015-10-20
server: kill unnecessary code
FUJITA Tomonori
2015-10-20
server: properly handle invalid policy config
ISHIDA Wataru
2015-10-20
api: support policy assignment modification via grpc
ISHIDA Wataru
2015-10-20
api: support policy modification via grpc
ISHIDA Wataru
2015-10-20
api/cli: refactor api to retrieve policy
ISHIDA Wataru
2015-10-20
api: support statement modification via grpc
ISHIDA Wataru
[next]