commit | 6f6c866c984b4b23ceedfacd973a8507f5054505 | [log] [tgz] |
---|---|---|
author | Don Newton <dn8474@att.com> | Wed Jan 15 14:44:49 2020 -0500 |
committer | Don Newton <dn8474@att.com> | Wed Jan 15 15:06:39 2020 -0500 |
tree | 7fceba002064027c591f721c2562eb6ce7bef2e6 | |
parent | a6f5505987c9b7dd59fabebb355cd8feb228e1f0 [diff] |
VOL-101 -handle barrier request Change-Id: Ie236245af41de85d84cd3d61aa6957dd3299bca1
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