diff --git a/etc/rc.d/rc.libvirt b/etc/rc.d/rc.libvirt index 04aada338..151e7528d 100755 --- a/etc/rc.d/rc.libvirt +++ b/etc/rc.d/rc.libvirt @@ -173,10 +173,10 @@ start_libvirtd() { sed -ri "s///g" /etc/libvirt/qemu/*.xml &> /dev/null # update interface section of VM configuration files if [[ -e /sys/class/net/br0 ]]; then - # bridge interface to macvtap interface + # link VM to bridge interface sed -ri "s///;s///" /etc/libvirt/qemu/*.xml &> /dev/null else - # macvtap interface to bridge interface + # link VM to macvtap interface sed -ri "s///;s///" /etc/libvirt/qemu/*.xml &> /dev/null fi # copy any new conf files we dont currently have