Comment 0 for bug 1656565

Revision history for this message
Jeroen F.J. Laros (jlaros) wrote :

When a wired interface is plugged in, the autoconnect procedure selects this interface before trying the wired interface, even when the `prefer_wired` setting is set to False.

I suggest to use the `prefer_wired` setting to change this behaviour by modifying the following line in the function `AutoConnect` (wicd-daemon.py):

    if self.wired_bus.CheckPluggedIn() and self.prefer_wired: