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

2012-11-02 Thread Peter Dely
On 2012-11-01 15:17, Ben Pfaff wrote: 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 vSwitc

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