]> git.gsnw.org Git - fping.git/commit
Ignore network and broadcast for cidrs /31 and /32
authorMartin Topholm <mph@hoth.dk>
Thu, 1 Sep 2016 09:56:12 +0000 (11:56 +0200)
committerMartin Topholm <mph@hoth.dk>
Fri, 2 Sep 2016 13:41:34 +0000 (15:41 +0200)
commit1264b10784ef501440bf2426199d135d9a2d2e1b
tree56963090dcb11637eea96dea164e0a657fcecc6d
parent3dd524f127ec5904b7fa250e6a47b5a5f0922040
Ignore network and broadcast for cidrs /31 and /32

fping has previously been strict about network address and broadcast
addreses. In the commit this is loosened a bit to permit fping to ping
cidrs with prefix length 31, which are commonly used for link ranges
(for newer equipment) and length 32 which denotes a single ip address.

For prefix lengths 31 and 32 fping will simply ignore network address
and broadcast addresses, and consider all addresses in range as a
target.
src/fping.c