commit | e9d7617715ebb08b4423eb292a94043447c107c2 | [log] [tgz] |
---|---|---|
author | Girish Kumar <girish_kumar@infosys.com> | Fri Mar 20 20:26:04 2020 +0000 |
committer | Girish Kumar <girish_kumar@infosys.com> | Mon Mar 23 18:25:16 2020 +0000 |
tree | 1df5a53f2dbf5a7d82d9bab0a49341282f8c3ae1 | |
parent | a054c7fdeffdd6ee80089cf0b102fbf026cb6728 [diff] |
[VOL-2694] Use package specific logger instance in all log statements Change-Id: Id216765f347be95872b820b63133daef7d2a7bbb
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