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
3 0101 ec03 0138
0x0050: 0504 0002
> ovs-ofctl dump-flows br0
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=1286.064s, table=0, n_packets=12858,
n_bytes=1105746, in_port=1 actions=load:0x99->NXM_OF_ETH_DST[],output:3
>ovs-ofctl --version
ovs-ofctl (Open vSwitch) 1.3.0
Any ideas