I had install a xen 4.0 on a Debian Squeeze. Then I install open vswitch 1.1.0
and I configure the interface of the virtual machine with the vlan I want and
it seems to be work.
Therefore I don't want configure vlan with the command ovs-vsctl add-port br0
vif1.0 tag=1 but I would like to add the
It's busted again due to the merge from next. I have a patch out to
fix it again, though. (I haven't tested the accuracy, though.)
On Wed, May 18, 2011 at 03:22:51PM -0700, kk yap wrote:
> Hi,
>
> Thanks for the very fast response. TY tested the code and it worked.
>
> Regards
> KK
>
> On 18
Hi,
Thanks for the very fast response. TY tested the code and it worked.
Regards
KK
On 18 May 2011 12:55, Ethan Jackson wrote:
>> Looking at the code, ovs-openflowd returns facet + stat as packet
>> count for the flow removed. The number recorded by facet is correct,
>> but the sum of the val
> Looking at the code, ovs-openflowd returns facet + stat as packet
> count for the flow removed. The number recorded by facet is correct,
> but the sum of the value exceed the real value. This occurs at the
> facet_update_stats function. What is the purpose of the addition?
> Can we expect accu
Thanks for reporting this issue. I've CCd you on a fix which should
be reviewed and merged shortly.
Ethan
On Tue, May 17, 2011 at 17:55, kk yap wrote:
> Hi,
>
> We are using OVS as a software switch, with last commit
> aa77020c361ffba011d7ec9603caa55aaa01cd1f.
>
> When a flow of ten pings is se