Skip to content

7.4.16

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 12:27

Full Changelog: v7.4.15...v7.4.16

  • fix(linbo_remote_cli): stop rejecting directed-broadcast WOL address -
    a subnet's broadcast address always ends in .255 for prefix <= /24,
    which was rejected by the host-address-shaped isValidIpv4() check,
    silently disabling -u for the common case (#173, de59df6).