commit | 7fe70f7de37f81ba0b87bbcccad1edd140ec6958 | [log] [tgz] |
---|---|---|
author | Don Newton <dn8474@att.com> | Fri Feb 21 13:54:11 2020 -0500 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Mar 03 10:03:06 2020 +0100 |
tree | ca4e000a6b276df0bc858a9aca0a2b8834ae3dda | |
parent | 3243ee51a26718493e674a09692cb59d2757db00 [diff] |
[VOL-2552][VOL-2517] Handling 4096 as transaprent VLAN Change-Id: I537f7a374b3f25b4c077b9088088f44aac92cd74
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