
16 Jan
2008
16 Jan
'08
12:31 p.m.
Hi Ben,
On Saturday 12 January 2008 03:49, Ben Warren wrote:
I'm a little curious about what it is you're trying to do. If you want to prevent Ethernet devices from ever rotating, this doesn't work. For example, if you set 'ethact' to an interface that isn't connected, eth_init() will rotate the interfaces until it reaches a valid link or the end of the chain, never reaching your change. If you really want to prevent rotation, I'd move your logic into the 'eth_try_another()' function itself, returning quickly if "ethrotate=no".
regards, Ben
I will post a fixing patch in a minute.
Matthias