Skip to content

Commit

Permalink
docs/man/nut-scanner.txt, NEWS.adoc: (fixed) IPv6 addresses must be p…
Browse files Browse the repository at this point in the history
…assed in square brackets [networkupstools#2512]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 8, 2024
1 parent 5a775df commit 95755d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ https://github.com/networkupstools/nut/milestone/11
+
NOTE: Currently both the long and short names for `libupsclient` should be
installed.
* fixed support for IPv6 addresses (passed in square brackets) for both
start/end command-line options and for `-m cidr/mask` option. [#2512]
* newly added support to scan several IP addresses (single or ranges)
with the same call, by repeating command-line options; also `-m auto{,4,6}`
can be specified (once) to select IP (all, IPv4, IPv6) address ranges of
Expand Down
2 changes: 2 additions & 0 deletions docs/man/nut-scanner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Requests to scan many single IP addresses will take a while to complete, much
longer than if they were a single range. This will be hopefully fixed in later
releases.

NOTE: Colon-separated IPv6 addresses must be passed in square brackets.

*-t* | *--timeout* 'timeout'::
Set the network timeout in seconds. Default timeout is 5 seconds.

Expand Down

0 comments on commit 95755d6

Please sign in to comment.