commit | aea73cd5b84f44014a9a6802f28a52bfb278bf55 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Mon Jan 27 10:44:50 2020 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Mon Jan 27 10:44:50 2020 -0800 |
tree | d136cdaf26f599b14d106736492d036e31b8ba78 | |
parent | ac0455d0dfbd41fce0c1115665b7ee72fa5c2aa6 [diff] |
VOL-2509 - upodate to use v3 protobufs Change-Id: Ie42573675d7ef6c58757933023943ee133aaf3aa
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