Hi,

Following is my setup on openvswitch 1.6.1
controller - nox 0.9.0(zaku)
Switch generates error packet for vendor message from controller, with
header version as 1 in error packet , which is correct behaviour of
switch.
But when i change header version to 3 in vendor message on controller
i recieve error packet with version 3 from switch and not  with
version 1 which is strange behaviour on switch.
I checked the code and i found that in error handling now error packet
version is set to the request packet version.

file ofp-erros.c
domain=ofperr_domain_from_version(oh->version);

file ofperr_encode_msg__
oem->header.version=domain_version;

Please let me know this design change.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to