<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear all,<br>I have the following situation:<br>-I replaced the standard bridge driver with the Open VSwitch one;<br>-I started a NAT-network on Libvirt (bridge name virbr1);<br>-I started a Virtual Machine (VM1) on Libvirt, and I tagged his interface (vnet0) with tag=2;<br>-if I run "# ovs-vsctl show" I obtain:<br><br>Bridge "virbr1"<br>        Port "vnet0"<br>            tag: 2<br>            Interface "vnet0"<br>        Port "virbr1-nic"<br>            Interface "virb1-nic"<br>        Port "virbr1"<br>            Interface "virbr1"<br>                type: internal<br><br>-the problem is that it is impossible to assign to VM1 an IP, because the dnsmasq daemon does not accept the tagged DHCP Discover frame.<br><br>Does someone know if there is a way for dnsmasq to accept tagged frames through "virbr1", and send a tagged DHCP Offer packet back to VM1?<br><br>Greetings,<br>Daniele Milani<br><br>                                    </div></body>
</html>