Releases: friendly-bits/shell-ip-tools
Releases · friendly-bits/shell-ip-tools
v0.2.1
This release introduces following changes:
- Rename the script to shell-ip-tools
- Add tests
- Code cleanup
- Validate input
- Improve error checking and handling
Full Changelog: v0.2...v0.2.1
v0.2
The code has been almost completely re-written, this time as a library. While keeping the same functionality as before, the updated code relies more on math and less on strings processing and creates less subshells. As a result, it works much faster than the previous version.
Full Changelog: v0.1.1...v0.2
v0.1.1
This is a bugfix release.
Main changes:
- detect-local-subnets.sh, detect-local-subnets-AIO.sh: fixed ipv6 subnets detection in some cases
- trim-subnet.sh, detect-local-subnets-AIO.sh: fixed kernel validation when there is no route
- aggregate-subnets.sh: allow ipv4|ipv6 in family option
Full Changelog: https://github.com/blunderful-scripts/subnet-tools/commits/v0.1.1
v0.1
The code seems pretty stable now so it's time for a release.