commit | 4461a58cd1f6943425440a31296c2ba8d1eb5acb | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Feb 20 15:05:19 2020 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Mar 03 10:02:40 2020 +0100 |
tree | 84b51796d393beef30fc5cf177f9ac4f376be298 | |
parent | 261a2b3e38165930289bcb855db2082e39ab0e49 [diff] |
[VOL-2517] Use VLAN_ANY to check for tagged traffic instead of valid 4095 Change-Id: I2b3498cc22b668d2d12bf571d33ca5aa825075ad
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