forked from schweikert/fping
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Similarly to IPv4, using CIDR notation excludes a special per-subnet address, the Subnet-Router anycast address. The limit for generated addresses is increased by one to allow /111 IPv6 prefixes similar to /15 IPv4 prefixes. The implementation uses two unsigned 64 bit integers to represent a single IPv6 address. The required arithmetic is open-coded and limited to what is needed to implement IPv6 support for -g, --generate. This addresses GitHub issue schweikert#59.
- Loading branch information
Showing
5 changed files
with
401 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.