claudyus / LXC-Web-Panel

LXC Web Panel improved for lxc 1.0+
http://claudyus.github.io/LXC-Web-Panel/
Other
221 stars 68 forks source link

Support multiple network bridges per container #50

Open gopi-ar opened 9 years ago

gopi-ar commented 9 years ago

If I add an additional lines to the container's config as described here http://www.boxtricks.com/multiple-network-interfaces-lxc-container/, LWP throws an Internal Server Error.

Multiple bridges are very useful when there's a br0 for public IPs (for example), and lxcbr0 for local IPs.

We should handle these type of config files without throwing an error.

claudyus commented 9 years ago

Hello @gopi-ar, this could be a great feature but we should deal with ConfigParser limitation and I don't have any idea how to deal with it.

claudyus commented 9 years ago

@emibcn suggest some idea here https://github.com/lxc-webpanel/LXC-Web-Panel/issues/67#issuecomment-44217224 for the same bug.

cholin commented 9 years ago

:+1: