commit | 08f90ea30004aeb657f3b7c8ee3a5c85095cf071 | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Thu Mar 19 09:17:04 2020 -0700 |
committer | David Bainbridge <dbainbri@ciena.com> | Thu Mar 19 09:17:04 2020 -0700 |
tree | 7939c3ac47697adefe2e69fb6662d434eb6eeed2 | |
parent | df400499cbc13d8667659d4bc3b8e5d65e23cfb9 [diff] |
release version 1.1.3 Change-Id: I8c657ff47ed99a1fde4d7d0b9b3ebd63778da7b9
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