Releases: faucetsdn/faucet
Releases · faucetsdn/faucet
V1.9.45
V1.9.44
- Generate fewer unnecessary delete rules updating flood tables
- Fix crash when dot1x enabled but no ports enabled for dot1x
- Fix missing anti-spoofing rule after reload
- Fix incorrect flood table size on larger stacked networks
- Fix not able to have multiple tunnel rules in same ACL
- Fix coprocessor ports not able to have ACL
- Set LACP prometheus variables consistently when port is down
- Unit tests now run on python3.8
- Unit tests can do multiple virtual switches and can generate additional topologies for more test coverage
- Upgrade to latest version of docker in travis environment
- Update dependencies:
- prometheus client 0.8.0 [apt, pip]
- grafana 7.0.3 [apt, docker]
- alpine 3.10.5 [docker]
- sphinx 3.1.0 [docs]
- pytype 2020.6.1 [tests]
- pylint 2.5.3 [tests]
- exabgp 4.2.10 [tests]
V1.9.43
V1.9.42
- Fix switches that require static table IDs.
- Faucet can now automatically generate non-colliding port IDs for LACP, or you can statically assign your own IDs.
- Added prometheus metric for exposing LACP Port ID.
- Refactor integration tests to use common topology generator.
V1.9.41
V1.9.40
- Add stack port/graph info to events when stack changes.
- Fix graph object in the STACK_TOPO_CHANGE event.
- New github actions based release process.
- Upgrade VM image to ubuntu 20.04.
- Upgrade raspbian image to raspbian buster.
- Build multi arch docker images with docker buildx.
- Please switch to using faucet/faucet and faucet/gauge docker images instead of faucet/faucet-pi and faucet/gauge-pi.
V1.9.39
- Make
edge_learn_stack_root
the default stack learning algorithm - Fix flows for tagged ports being deleted on warm start, when those tagged ports should not change state.
- Update dependencies
- grafana to v6.7.2
- pyyaml to v5.3.1
- prometheus to v2.17.2
- Tidy up pylint warnings.
V1.9.38
- Consolidate standalone/stacked learn/flood classes
- Add lacp_port_role prometheus metric
- Add lacp_port_priority setting for indicating port preference in a LACP bundle
- FAUCET can now learn from icmp requests to VIP
- Fix various hardware test suite flakes
- LACP tests should ignore Linux LACP churn metric
- Explicitly clear ARP cache in test hosts before pinging FAUCET VIP