Re: [Xen-devel] converting gatewaydev= from domU.cfg to libvirt.xml fails

2015-04-17 Thread Olaf Hering
On Fri, Apr 17, Jim Fehlig wrote: > On 04/17/2015 12:50 PM, Olaf Hering wrote: > >How should this be converted? > > > >/etc/init.d/boot.local > >tap=xentap > >tunctl -pt ${tap} > >ip addr add 1.1.1.1/29 dev ${tap} > >ip link set up dev ${tap} > > > >domU.cfg > >vif=[ > >'mac=00:16:3e:13:01:00,ip=1

Re: [Xen-devel] converting gatewaydev= from domU.cfg to libvirt.xml fails

2015-04-17 Thread Jim Fehlig
On 04/17/2015 12:50 PM, Olaf Hering wrote: How should this be converted? /etc/init.d/boot.local tap=xentap tunctl -pt ${tap} ip addr add 1.1.1.1/29 dev ${tap} ip link set up dev ${tap} domU.cfg vif=[ 'mac=00:16:3e:13:01:00,ip=1.1.1.2,type=vif,gatewaydev=xentap,script=vif-route' ] The result f

[Xen-devel] converting gatewaydev= from domU.cfg to libvirt.xml fails

2015-04-17 Thread Olaf Hering
How should this be converted? /etc/init.d/boot.local tap=xentap tunctl -pt ${tap} ip addr add 1.1.1.1/29 dev ${tap} ip link set up dev ${tap} domU.cfg vif=[ 'mac=00:16:3e:13:01:00,ip=1.1.1.2,type=vif,gatewaydev=xentap,script=vif-route' ] The result from "convert-xml xen-xl domU,cfg" is: