commit | a054c7fdeffdd6ee80089cf0b102fbf026cb6728 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Mon Mar 23 10:19:29 2020 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Mon Mar 23 10:30:40 2020 -0700 |
tree | 3115fd252fca22ae5b085d565f0fa0ad906cff46 | |
parent | 52dc088d3a409fa69286131103ecd152661720f5 [diff] |
[VOL-2780] Rename docker image created by ofagent-go repo from `ofagent-go` to `voltha-ofagent-go` Change-Id: Ie2b35acc5e8feb430fecf66894203f9279b27781
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