commit | 9959fc75ad25374533397f06a3c2a1572e31248e | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Fri Jan 17 17:07:09 2020 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Fri Jan 17 17:07:33 2020 -0800 |
tree | 4083e5bc2f1442d7456286d01fb24d424f128b89 | |
parent | 157bdab6f42c5914591efc76d67f13d8d73d861a [diff] |
update the dockerfile to work with the new repo structure Change-Id: I9b4c1330776ed19592a7b8faf40e7fae9ec53687
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