Comment 3 for bug 1622644

Revision history for this message
IWAMOTO Toshihiro (iwamoto) wrote :

This happens when of_interface=native.

OVSBridge.add_flow calls ovs-ofctl, which in turn issues OpenFlow 1.0 messages.

Easy fix is to either

1. Make OVSBridge to use OF1.3
2. Allow OF1.0 when of_interface=native