commit | cac73acc089ec4476394eec55085099f5cb85a7b | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Feb 19 07:00:12 2020 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Feb 19 07:00:12 2020 -0800 |
tree | dfbd9e1cf9ddb2a5269c0eee434b83045e3fffe4 | |
parent | 9cb404e14ba4a70e4a708ee9e0ebb6a5eafc0058 [diff] |
VOL-2625 - fix SCA issues Change-Id: If32cc66371f53040dc242679934a642a9488221a
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