Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we should use IFA_LOCAL first if it's exist.
Currently, when a peer is defined (with pointopoint option for example)
the IFA_ADDRESS is replaced by the peer address
ipv6 don't have IFA_LOCAL by default, only when a peer exist
ipv6 with peer
auto eno4
iface eno4
address 2a0a:1580:2000:100::e/64
pointopoint 2a0a:1580:2000:100::1
ipv6 without peer
auto eno4
iface eno4
address 2a0a:1580:2000:100::e/64
ipv4 with peer
iface eno3
address 192.168.0.2/32
pointopoint 192.168.0.254
ipv4 without peer
iface eno3
address 192.168.0.2/32