Comment 6 for bug 1021530

Revision history for this message
Aaron Rosen (arosen) wrote : Re: update to include stable fixes for OVS 1.4

Hi Adam,

When when investigating this a little more closely I was able to do the following (applying the patch Dan linked on top of the v1.4.0 tag) and it resolved the issue.

git checkout v1.4.0
git cherry-pick 11f84dce005dd14a374ab2ef5f8c25bcf8285a36

Also it seems that what you applied here http://paste.ubuntu.com/1078602 doesn't seem to exactly match the patch that Dan provided here: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff_plain;h=11f84dce005dd14a374ab2ef5f8c25bcf8285a36;hp=776cf91b42f631b4929fffe8ddd2aa06b40ea24c (though the only difference seems to be in dpif-netdev.c for an include. Was this intentional? )

Thanks,

Aaron