Re: [lxc-devel] [PATCH] python: Various fixes to the python scripts

2013-04-18 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This fixes a few issues uncovered by the recent C module fix. > > In lxc-start-ephemeral, the hwaddr code wasn't actually working. > Replace by code that properly iterates through the network interfaces > and sets a new MAC address for each entry. >

[lxc-devel] [PATCH] python: Various fixes to the python scripts

2013-04-18 Thread Stéphane Graber
This fixes a few issues uncovered by the recent C module fix. In lxc-start-ephemeral, the hwaddr code wasn't actually working. Replace by code that properly iterates through the network interfaces and sets a new MAC address for each entry. In the python overlay, catch the newly emitted KeyError w