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

Interface list dialog for RJ45 interface cuts off long interface names. #250

Closed
GoogleCodeExporter opened this issue Aug 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Make an interface with longer than 9 characters
2. Try to use the RJ45 tool with it.
3. Click on it.

What is the expected output? What do you see instead?
It should select the full name of the interface. Instead it chops it off at 9 
characters and assigns that to the GUI node.

What version of the product are you using? On what operating system?
Ubuntu 14.04, CORE 4.6


Please provide any additional information below.
Attached a patch which uses split based on a space character instead of a 
hardcoded value of 9. This is similar to what it does for FreeBSD ifconfig 
anyway (which splits based on ":").

Original issue reported on code.google.com by [email protected] on 17 Jul 2014 at 9:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant