Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare IPs using the short form of IPv6 address #308

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

bfournie
Copy link
Member

@bfournie bfournie commented Oct 5, 2021

The ip command returns the short-form of the IPv6 address so that is what should be used for comparison, even if the user entered an IPv6 address in long-form for PROVISIONING_IP. Use ipcalc to get the short-form address. This command can also be used for IPv4 as it strips out the subnet mask for IPv4 and IPv6.

For the PROVISIONING_IPs below, this is what would be set for IRONIC_IP:
fdcc:aaaa:00bb:c1d0::3 -> fdcc:aaaa:bb:c1d0::3
fdcc:aaaa:00bb:c1d0:0000:0000:0000:0003 -> fdcc:aaaa:bb:c1d0::3
fdcc:aaaa:00bb:c1d0::3/64 -> fdcc:aaaa:bb:c1d0::3
fdcc:aaaa:00bb:c1d0::3/128 -> fdcc:aaaa:bb:c1d0::3
10.10.10.1 -> 10.10.10.1
10.10.10.1/24 -> 10.10.10.1
10.10.10.1/64 ->

@metal3-io-bot metal3-io-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 5, 2021
@elfosardo
Copy link
Member

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 6, 2021
@dtantsur
Copy link
Member

dtantsur commented Oct 6, 2021

/test-integration
/approve

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 6, 2021
The `ip` command returns the short-form of the IPv6 address so
that is what should be used for comparison, even if the user entered
an IPv6 address in long-form for PROVISIONING_IP. Use `ipcalc` to
get the short-form address. This command can also be used for IPv4
as it strips out the subnet mask for IPv4 and IPv6.

For the PROVISIONING_IPs below, this is what would be set for
IRONIC_IP:
fd8a:aaaa:00bb:c1df::3 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df:0000:0000:0000:0003 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df::3/64 -> fd8a:aaaa:bb:c1df::3
fd8a:aaaa:00bb:c1df::3/128 -> fd8a:aaaa:bb:c1df::3
10.10.10.1 -> 10.10.10.1
10.10.10.1/24 -> 10.10.10.1
10.10.10.1/64 ->
@metal3-io-bot metal3-io-bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 6, 2021
@bfournie
Copy link
Member Author

bfournie commented Oct 6, 2021

/test-integration

@elfosardo
Copy link
Member

/approve

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur, elfosardo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dtantsur
Copy link
Member

dtantsur commented Oct 7, 2021

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 7, 2021
@metal3-io-bot metal3-io-bot merged commit 219cd7b into metal3-io:master Oct 7, 2021
@bfournie bfournie deleted the short-form-ipv6 branch October 7, 2021 12:54
elfosardo pushed a commit to elfosardo/ironic-image that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants