Releases: faucetsdn/faucet
Releases · faucetsdn/faucet
V1.5.9
- Gauge now supports Prometheus
- Major testing cleanup and refactor for reliability (and pipeline/tshark based reporting)
- Run OF meters tests if hardware supports them.
- Initial gNMI config testing
- Optimize ACL reloads on a port when only the ACL changed (reload just port ACL flows)
- Fix Gauge handling of ACL counters where match has a int mask
V1.5.8
V1.5.7
V1.5.6
V1.5.5
- Upgrade to Ryu 4.15
- Inter VLAN routing can now be configured between specific VLANs (does not have to be global)
- Can export flow table to InfluxDB
- ACL actions can swap VIDs
- FAUCET MAC can be reconfigured on per VLAN basis
- Gauge: handle InfluxDB being slow to accept a push, don't crash
- Don't rotate logs based on time (logrotate can be used instead)
V1.5.4
V1.5.3
*** move from python2 to python3 ***
*** python 2 is no longer supported ***
Ensure you remove all previous versions of FAUCET before upgrading. If you use pip, make sure pip uninstalls the any old python2 version before using pip3 to install the python3 version. Eg.
pip uninstall faucet
pip3 install faucet
V1.5.2
V1.5.1
- Fix update of VLAN flood rules when reloading config and port changes VLAN.
- Faster port add/delete operations.
- python3 fix for Aruba pipeline, and pipeline config moved outside code to /etc/ryu/faucet.
- Add support for GenericTFM switch (can take a custom pipeline).
- Test coverage improvements.
V1.5.0RC6
Test reliability changes only.