Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-29 | server: move default config setting logic inside BgpServer's methods | ISHIDA Wataru | |
We have three ways to configure gobgp. config file, grpc api and native lib. Every methods eventually call (*server.BgpServer).Start() or (*server.BgpServer).AddNeighbor() when starting bgp server or adding neighbors. This commit moves default config setting logic inside them to remove redundant code in grpc_server.go and simplify the usage of native lib. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-07-29 | config: curve out code specific to default neighbor config setting | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-07-29 | move grpc_server.go from server/ to api/ | FUJITA Tomonori | |
Now all gRPC code was moved to api/. server/ isn't dependent on gRPC anymore. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |