You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Jul 2014 at 9:22The text was updated successfully, but these errors were encountered: