Files
osrg-gobgp/docs/sources
ISHIDA WataruandFUJITA Tomonori 59997e8daa server: move default config setting logic inside BgpServer's methods
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 <[email protected]>
2016-07-29 16:31:35 +09:00
..
2016-01-09 05:17:57 -08:00
2016-05-16 13:35:18 +09:00
2016-04-21 08:57:21 +00:00
2016-05-26 16:45:12 +09:00
2016-05-10 16:03:15 +09:00
2016-02-19 21:14:59 -08:00
2016-04-09 16:55:56 +09:00
2016-04-09 16:55:56 +09:00
2016-01-09 05:17:57 -08:00
2016-01-12 10:59:03 +09:00
2016-01-18 16:57:57 -08:00
2016-04-09 16:55:56 +09:00
2016-04-09 16:55:56 +09:00