Re: [libvirt] Adding ips and routes to type="ethernet" devices

2016-07-19 Thread Ruben Kerkhof
Hi Cedric, On Tue, Jul 19, 2016 at 10:28 AM, Cedric Bosdonnat wrote: > Hi Ruben, > > On Mon, 2016-07-18 at 19:48 +0200, Ruben Kerkhof wrote: > [...] > >> I am a bit stuck though. I've created the vm with a tap device: >> >> >> >> >>

Re: [libvirt] Adding ips and routes to type="ethernet" devices

2016-07-19 Thread Cedric Bosdonnat
Hi Ruben, On Mon, 2016-07-18 at 19:48 +0200, Ruben Kerkhof wrote: [...] > I am a bit stuck though. I've created the vm with a tap device: > > > > > > > peer='192.168.42.42' prefix='32'/> > prefix='24'

[libvirt] Adding ips and routes to type="ethernet" devices

2016-07-18 Thread Ruben Kerkhof
Hi all, I've been playing with the recently added support for adding ips and routes to a type"ethernet" kind of device. My goal is to get rid of bridging and use host routes (/32) combined with Bird for a pure layer3 setup. Something similar to what https://www.projectcalico.org/ is doing