Comment 4 for bug 1509414

Revision history for this message
Stéphane Graber (stgraber) wrote : Re: lxc postinst script checks available interfaces, can choose

Not sure I like this approach. An init script should never change a system config, so this is a packaging policy violation...

To be fair, anything we come up with which picks a random/unused subnet will still break users who may have this subnet in use behind a router, so that's not really an option either.

For wily, I'd say we simply turn lxc-net off completely. That will add an extra step for any user who wants to use LXD, but it will also guarantee we don't regress anyone in the process.

Doing so would require the CPC team to update /etc/default/lxc-net, setting USE_LXC_BRIDGE to false.