commit | 52dc088d3a409fa69286131103ecd152661720f5 | [log] [tgz] |
---|---|---|
author | divyadesai <divya.desai@infosys.com> | Thu Mar 19 06:38:11 2020 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Thu Mar 19 10:26:57 2020 -0700 |
tree | 12c595758dcf7a05f6f41bb4e09417fa1fa39f6e | |
parent | 08f90ea30004aeb657f3b7c8ee3a5c85095cf071 [diff] |
[VOL-2782] Update go.mod of voltha-go,open-olt-adapter,ofagent-go and voltctl to be compatible with latest version of voltha-lig-go Change-Id: Iafd5ee70ae0f17db141cb5d7fc25380c3482274a
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