Skip to content

Releases: friendly-bits/shell-ip-tools

v0.2.1

23 Dec 13:36

Choose a tag to compare

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

26 Nov 23:06
9be11d7

Choose a tag to compare

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

11 Feb 10:59

Choose a tag to compare

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

20 Jan 01:00
6ac2de8

Choose a tag to compare

The code seems pretty stable now so it's time for a release.