Releases: faucetsdn/faucet
Releases · faucetsdn/faucet
V1.9.5
- Ryu 4.32
- pytype 2019.5.15
- Grafana 6.2.0
- Support egress ACLs for VLANs
- Support tunnel destination on same DP as source
- Randomize OF ports used by software integration tests (better test coverage and prevent hard coded test OF ports)
- Fix LACP port status on reload
- Fixes for TunnelTest and Stack test realiabilty
V1.9.4
- Add support for Ubuntu Disco
- Upgrade to eventlet 0.24.1
- Tunnelling feature now supports source and destination on same DP, and no longer requires packet in
- Avoid VIDs over 2047 in test suite which aren't supported on some platforms
- Always delete groups on Aruba switches even if groups are not in use
- Verify flowdels cannot be sent that don't match table definition
- Remove orphaned drop_lldp attribute
V1.9.3
- Fix config hash Prometheus variable
- Fix extraneous tag on one direction of mirrored packets
- Allow consistent OF port offset to make hardcoded port numbering brittleness easier to test
- Fix vlan_vid update to tunnel ACL rule not noticed
- Allow hardware test suite to use IPv6 for control plane connections
- Upgrade to pytype 2019.4.26
V1.9.2
- 802.1x: Allow assignment of VLAN ID by RADIUS
- 802.1x: Allow periodic re-auth
- 802.1x: Configurable success/fail ACLs
- 802.1x: FAUCET events for 802.1x activity
- Add Prometheus export of faucet config file hashes, for faucetagent.
- Upgrade to Ryu 4.31 (fix TLS downgrade)
V1.9.1
V1.9.0
Upgrading to this release may require manual steps, check the release notes for more details.
- Decreased config reload time
- BGP config moved from VLAN to router
- Drop deprecated dl_dst ACL output action (use set_fields)
- Automatically enable LLDP for stack ports
- Remove support for python3.4 and earlier
- Upgrade VM image to Ubuntu Bionic
- Upgrade docker images to Alpine 3.9
V1.8.37
V1.8.36
- Upgrade test suite to OVS 2.11.0 from 2.9.2
- Further hardware test fixes by refactoring to single config rewriting function
- Reduce number of Travis jobs required to run tests
- Fix handling of expired LACP association
- Fix flakey 8021X tests
- pytype upgrade to 2019.3.1.
V1.8.35
- Fix FaucetString based tests did not command a port up on all ports at beginning of test
- Fix for TunnelTest for non DP ports 1-4
- Fix for 802.1x port not coming back up after port flap
- Handle OFAs that supply redundant exact-match mask
- Prometheus client upgrade to 0.6.0
- Correct lots of stale table ID references in documentation
- Tests run in venv for easier maintenance and troubleshooting
- Tests now compatible with Ubuntu 18.04
- Tests make more efficient use of Travis by not starting unnecessary jobs