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

luci-mod-network: put each IPv6 address on a separate line #6895

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

Alphix
Copy link
Contributor

@Alphix Alphix commented Feb 7, 2024

Right now, when there's active DHCPv6 leases and more than one address per host (e.g. because ULA is used together with GUA prefixes), the two IPv6 addresses will be printed on one line (which may or may not get broken up depending on the length of the addresses, which also looks inconsistent).

Putting each address on a separate line makes it much easier to read the addresses (IMHO).

Right now, when there's active DHCPv6 leases and more than one address per host
(e.g. because ULA is used together with GUA prefixes), the two IPv6 addresses
will be printed on one line (which may or may not get broken up depending on
the length of the addresses, which also looks inconsistent).

Putting each address on a separate line makes it much easier to read the
addresses (IMHO).

Signed-off-by: David Härdeman <david@hardeman.nu>
@systemcrash systemcrash merged commit 9116a93 into openwrt:master Feb 8, 2024
5 checks passed
@systemcrash
Copy link
Contributor

Good - thank you.

@Alphix
Copy link
Contributor Author

Alphix commented Feb 8, 2024

Good - thank you.

@systemcrash great, thanks. Any chance this could be cherry-picked for the 23.05 branch as well?

@Alphix Alphix deleted the ipv6-addr-readability branch February 8, 2024 10:30
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