tag | 3d48e14b8004f6e01f3c1c3defbd2d0aeafbc3f5 | |
---|---|---|
tagger | Jenkins <do-not-reply@opencord.org> | Thu Feb 20 00:15:46 2020 +0000 |
object | 884de612a1f88ceabb74de5fce3377a8763b0473 |
Tagged by CORD Jenkins version-tag job: 3832, for Gerrit patchset: 17649
commit | 884de612a1f88ceabb74de5fce3377a8763b0473 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Feb 19 14:14:38 2020 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Feb 19 14:29:42 2020 -0800 |
tree | 4cda393d966f47548f236b44277023612c32bd33 | |
parent | 38065c68ba36942ac7fff39824ab814c4e4bc5e5 [diff] |
VOL-26433 initialize logging system Change-Id: If06adf4d2eca9d4c8dd68b51ebee6fc45c921e58
Ofagent-go provides an OpenFlow management interface for Voltha. It is a rewrite in Golang of the original ofagent that was written in python / twisted. The main driver behind the work was to introduce true concurrency to the agent for performance/scalability reasons.
Outside $GOPATH
git clone https://github.com/opencord/ofagent-go.git
git clone https://gerrit.opencord.org/ofagent-go
Compile go build -mod=vendor -o ./build/ofagent-go
./build/ofagent-go -ofaddress=localhost openflowPort=6653 -volthaAddress=localhost -volthaPort=50057
./build/ofagent-go -debug -ofaddress=localhost openflowPort=6653 -volthaAddress=localhost -volthaPort=50057