Release 1.14
NOTE: This release moves the user configuration variables into a separate config file. If upgrading from an older version,
you will need to update this file (config.sh) with your settings from the old script. Edit the ixp-watch script CONFIG= variable to
point to the correct file. This is to make testing and upgrades easier in future, as the script can be now be replaced without having
to redo all the config vars.
- IPv6 is a thing now. Removed option to disable IPv6 processing.
- Add report and alert for IPv6 Router Advertisements.
- Fixes [Issue #3]: Use better tests -z and -n instead of == operator
and "" to test empty values. (This was throwing an error in some
environments if POSIX-incompatible shell is used) - Make the dead BGP sessions output more useful by resolving IPs. To use old format instead, set BGPOPENS_OLD_FORMAT=1
- Move user config variables to a separate file (config.sh) to make upgrades easier.
- Config file can now be specified with "-c filename" to make running multiple instances for multiple LANs easier.