Skip to content

Conversation

@rrajendran17
Copy link
Contributor

As mentioned in the same README document of whereabouts,the broadcast address will not be included while calculating ip addresses given in the range by user.

If for example the range is set to 192.168.2.225/28, this will allocate IP addresses in the range excluding the first network address and the last broadcast address.

The above is correct.

But at the start of the document, an example given as below looks incorrect.

Whereabouts takes an address range, like 192.168.2.0/24 in CIDR notation, and will assign IP addresses within that range. In this case, it will assign IP addresses from 192.168.2.1 to 192.168.2.255.

192.168.2.255is broadcast address, instead it should range from192.168.2.1to192.168.2.254`.

@rrajendran17 rrajendran17 requested a review from dougbtv as a code owner January 10, 2025 17:51
@bpickard22 bpickard22 merged commit 9bdc601 into k8snetworkplumbingwg:master Apr 24, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants