GNOME Bugzilla – Bug 469864
Default to working network interface if possible
Last modified: 2011-07-10 02:43:58 UTC
Please describe the problem: When gnome-netstatus-applet is first loaded it simply defaults to the first network interface it finds regardless of whether this interface is working or not. It really should scroll through the interfaces and default to the first working interface. Steps to reproduce: 1. On opensolaris, add a virtual network interface, e.g. : ifconfig bge0:1 plumb ifconfig bge0:1 dhcp ifconfig bge0:1 up 2. Now add gnome-netstatus-applet to your panel. 3. If defaults to bge0:1, and shows it non functioning. gnome-netstaus-applet on solaris uses kstat to report kernel statistics for it's network interfaces, however kstat will only work on physical network interfaces and does not work for virtual ones, and thus it is reporting bge0:1 as not working. 4. gnome-netstatus-applet, should not default to bge0:1, but rather to bge0 or whatever is the first network interface that is working. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 94247 [details] [review] Default to first working network interface
*** Bug 165925 has been marked as a duplicate of this bug. ***
gnome-netstatus development has been stalled [1]. Maintainers don't have future development plan so i am closing the bugs as WONTFIX. [1] http://mail.gnome.org/archives/desktop-devel-list/2011-June/msg00073.html