You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fping/src
Martin Topholm 1264b10784 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.
8 years ago
..
Makefile.am New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis) 9 years ago
fping.c Ignore network and broadcast for cidrs /31 and /32 8 years ago
fping.h New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis) 9 years ago
options.h remove support for NIS groups, do not retry twice DNS lookup on DNS lookup problem 11 years ago
seqmap.c add -Wall -Wextra, fix some errors 10 years ago
seqmap.h increase SEQMAP_MAX to 65355 12 years ago
socket.c New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis) 9 years ago
socket4.c Use more readably cksum variant and move function into v4 sockets code. 9 years ago
socket6.c Fix fping6 -R (fixes #84) 9 years ago
test-c89.sh reorganized source directory 13 years ago