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