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

fix: increase interface name length to 15 #714

Merged
merged 2 commits into from Feb 11, 2024

Conversation

tessus
Copy link
Contributor

@tessus tessus commented Jan 12, 2024

The interface name is too short to distinguish between the interfaces (unless you look at the GW IP address).

The maximum length an interface can have is 15 characters. Thus increasing the value from 10 to 15 shouldn't be a big deal.

Before

image

After

image

fixes #713

@tessus
Copy link
Contributor Author

tessus commented Feb 2, 2024

@aristocratos just wanted to ask what you think of this PR.

Copy link
Owner

@aristocratos aristocratos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for contributing!

@aristocratos aristocratos merged commit 70dec20 into aristocratos:main Feb 11, 2024
52 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.

[BUG] interface name length way too short, can't distinguish interfaces
2 participants