diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2016-02-17 11:13:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-19 21:14:59 -0800 |
commit | b67befc30abb79bd6c70fbb96437ae6e90cfb274 (patch) | |
tree | 4fdb7bb854091b3f0321e6b10898e71277fe5e83 /gobgpd | |
parent | 496ce6cd0873b492df8190ed2d010a87def9b5e3 (diff) |
ops: maintenance of two-way route exchange
Diffstat (limited to 'gobgpd')
-rw-r--r-- | gobgpd/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobgpd/main.go b/gobgpd/main.go index 17bf68f3..b8e024f4 100644 --- a/gobgpd/main.go +++ b/gobgpd/main.go @@ -161,6 +161,7 @@ func main() { log.Errorf("Failed to start ops config manager: %s", err) os.Exit(1) } + log.Info("Coordination with OpenSwitch") m.Serve() } else if opts.ConfigFile != "" { go config.ReadConfigfileServe(opts.ConfigFile, opts.ConfigType, configCh, reloadCh) |