marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

RJ45 broken for some interfaces under OpenSUSE 12.2 #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The CORE GUI checks for the existence of interfaces when you press start. In 
exec.tcl it uses 'ifconfig -a -s'. Under OpenSUSE 12.2, ifconfig -s truncates 
the device name. For example, vmnet1, vmnet2, vmnet3 on a host will all be 
truncated to vmnet.

This line of code should use 'ifconfig -a' like proc rj45list does (when 
invoking the RJ45 dialog.) Code there will correctly parse the list of 
interfaces.

Original issue reported on code.google.com by ahrenh...@gmail.com on 5 Mar 2013 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by ahrenh...@gmail.com on 2 Apr 2013 at 8:32

GoogleCodeExporter commented 9 years ago
related bug #250

Original comment by ahrenh...@gmail.com on 29 Jul 2014 at 2:57