<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><span dir="ltr">> The tag attribute doesn't make sense, i think it should be 5 instead of 4, so i changed it:<br>
<br>
No, you should not change the tags, the interfaces in ovs are mapped to the correct vlan's through the flow definitions.<br>
You can see these with:<br>
ovs-ofctl dump-flows <switch><br>
e.g. </span><span dir="ltr">ovs-ofctl dump-flows br-eth0<br>
<br>
You should see a rule that matches your "openvswitch vlan" with you physical vlan:<br>
E.g. ending with: <br>
dl_vlan=2 actions=mod_vlan_vid:5,NORMAL<br>
<br>
Could you check this?<br>
<br>
Cheers,<br>
Robert<br>
<br>
<br>
<br>
<br>
</span></div>
</body>
</html>