Version-Release number of selected component (if applicable): system-config-network-1.3.16-1 Steps to Reproduce: 1. Run s-c-network, (assuming that eth0 is already defined) 2. Create a new device using the eth0 hardware 3. Create a new device using the eth0 hardware Actual results: Both created devices are eth0:1 Expected results: eth0:1, eth0:2
Created attachment 101463 [details] Patch against s-c-n-1.3.16-1 The steps to reproduce don't work for me now, reliable is this: * Create a first connection using eth0 * Create a second connection using eth0 (== eth0:1) * Delete the first connection * Create a third connection using eth0 Result: The third connection is eth0:1 too. [this apparently depends on order of entries in the device list; if the first entry is an alias and there is no other alias, the bug triggers.] The attached patch fixes this for me, same code appears in several other places and was modified the same way.