Re: [lxc-users] lxc 2.0 adding a nic to a container on another vlan (was: access to snapshots from within the containers)

2017-06-16 Thread mjansens
Thanks Fajar, I stumbled on the GitHub doc, but didn’t think to go looking in the branches. Great! Michel > On 16 Jun 2017, at 17:23, Fajar A. Nugraha wrote: > > On Fri, Jun 16, 2017 at 8:45 PM, Michel Jansens >

Re: [lxc-users] lxc 2.0 adding a nic to a container on another vlan (was: access to snapshots from within the containers)

2017-06-16 Thread Fajar A. Nugraha
On Fri, Jun 16, 2017 at 8:45 PM, Michel Jansens wrote: > Thanks a lot Fajar, > > I did : > lxc config device add welcome-lemur eth1 nic nictype=bridged > parent=brvlan3904 name=eth1 > And ‘brctl show' shows the interface ‘veth41aa07e1’ was added to the > brvlan3904

[lxc-users] lxc 2.0 adding a nic to a container on another vlan (was: access to snapshots from within the containers)

2017-06-16 Thread Michel Jansens
Thanks a lot Stéphane for this information, I succeeded in attaching a bridge device from a specific vlan following your advise from https://github.com/lxc/lxd/issues/2551 command I used is: lxc config device add welcome-lemur eth1 nic nictype=macvlan