commit | 81bb7bac59f13ac332021aa7cb424f7580eeaf4a | [log] [tgz] |
---|---|---|
author | divyadesai <divya.desai@infosys.com> | Wed Mar 11 11:45:23 2020 +0000 |
committer | Divya Desai <divya.desai@infosys.com> | Thu Mar 12 07:09:29 2020 +0000 |
tree | a40c5e8c5193c4b89ab738f8592fa1f4ff3ec105 | |
parent | 3034262e765f6dcd57311cb93d71880cde4613e9 [diff] |
[VOL-2538] Logging - Implement dynamic log levels in ofagent Change-Id: I9582230d9d3c34ea84339fddf2b2f3b3d2804808
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