Hi,

I'm implementing the OF 1.2 protocol and was trying to set an ipv4-src address in an action.
It seems however that OVS (1.11) dosn't talk proper OF 1.2.
Have a look at two wireshark sessions at:

  http://picpaste.com/pics/of-1.2-CqqrPKPw.1378906446.png

The left window is me talking 1.2 and the right window is the result of this command:

ovs-ofctl --protocol=OpenFlow12 add-flow 'tcp:192.168.1.120:6633 lsw' 'in_port=1,dl_src=86:d7:3c:a1:bb:d5,dl_type=0x8000 actions=mod_nw_src:192.168.111.111'

Look at the Action Type!

Is it a bug? Is it intentional? or what?

Btw: when I send the proper 1.2 message, I get the following in the daemon.log:

ovs-vswitchd: ovs|11535|meta_flow|WARN|destination field ip_src lacks correct prerequisites


Any ideas on how to perform some interop. testing of the various OF proto versions?

Cheers, Tobbe


_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to