Bug 1278136
Summary: | ovs-ofctl - version negotiation failed | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Evgheni Dereveanchin <ederevea> |
Component: | openvswitch-dpdk | Assignee: | Thadeu Lima de Souza Cascardo <cascardo> |
Status: | CLOSED NOTABUG | QA Contact: | Jean-Tsung Hsiao <jhsiao> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | kzhang, rkhan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-01 16:36:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1301628 |
Description
Evgheni Dereveanchin
2015-11-04 17:52:01 UTC
ovs-ofctl allows you to set many protocols on the command line, like --protocols=OpenFlow10,OpenFlow13. That will work for bridges that only support OpenFlow13. The problem with using any version by default is that mod-flow has different semantics depending on the version. So, instead of behaving differently whenever you use ovs-ofctl mod-flow, the tool defaults to OpenFlow10 only. Why not use an alias like ovs-ofctl13='ovs-ofctl --protocols=OpenFlow13'? Cascardo. |