Re: [ovs-discuss] issues in configuring sfflow

2012-11-01 Thread Ben Pfaff
I don't know. On Thu, Nov 01, 2012 at 10:53:49AM -0500, gandhi mathi wrote: > Hi Ben pfaff, >Can I use mininet VM image or can I go for mininet installation for > native Ubuntu. If it is the second case can I create a VM with ubuntu OS > and install mininet on it as laptop is having windows 7

Re: [ovs-discuss] Strange behavior when rewriting custom Ethernet frames

2012-11-01 Thread Ben Pfaff
On Thu, Nov 01, 2012 at 01:44:20PM +0100, Peter Dely wrote: > I am trying to use OVS to rewrite some bytes in an custom-made > Ethernet-header (written to a veth interface via a raw-socket). > However, OVS does not behave as expected. ... > ovs-ofctl (Open vSwitch) 1.3.0 Later versions of the 1.

[ovs-discuss] Strange behavior when rewriting custom Ethernet frames

2012-11-01 Thread Peter Dely
Hello, I am trying to use OVS to rewrite some bytes in an custom-made Ethernet-header (written to a veth interface via a raw-socket). However, OVS does not behave as expected. For example: ovs-ofctl mod-flows br0 in_port=1,action=load:0x99'->'NXM_OF_ETH_DST[],output:3 should result in the va