commit | 664fbe8672b5818ce702a5294ce0331892e81628 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Mar 04 09:52:56 2020 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Mar 04 10:16:36 2020 +0100 |
tree | 11dfe55fab9b9666c47f74bc5720c3a0f7590543 | |
parent | 4461a58cd1f6943425440a31296c2ba8d1eb5acb [diff] |
[VOL-2697] Avoid key error for vlan_vid_mask during flow stats reply Change-Id: I9f55726fa70918bb1b00ff874531ac75ee571238
ofagent-py provides an OpenFlow management interface for Voltha. This is an earlier implementation in Python / twisted. This has been rewrite in Golang for performance/scalability reasons.
git clone https://gerrit.opencord.org/ofagent-py.git cd ~/source/ofagent-py/ make docker-build
voltha-protos
or pyvoltha
If you want to build/test using a local copy or voltha-protos
or pyvoltha
this can be accomplished by using the environment variables LOCAL_PROTOS
and LOCAL_PYVOLTHA
. These environment variables should be set to the filesystem path where the local source is located, e.g.
LOCAL_PROTOS=$HOME/src/voltha-protos LOCAL_PYVOLTHA=$HOME/src/pyvoltha