Re: [ovs-dev] [PATCH 2/4] ovs-ofctl: Fix OpenFlow versions with '--bundle'

2015-10-19 Thread Jarno Rajahalme
> On Oct 15, 2015, at 8:32 PM, Takashi Yamamoto wrote: > > On Fri, Oct 16, 2015 at 6:28 AM, Jarno Rajahalme > wrote: >> While the presence of the '--bundle' option implicitly added the >> OpenFlow 1.4 to the allowed protocols, it failed to remove OpenFlow >> 1.0 fr

Re: [ovs-dev] [PATCH 2/4] ovs-ofctl: Fix OpenFlow versions with '--bundle'

2015-10-15 Thread Takashi Yamamoto
On Fri, Oct 16, 2015 at 6:28 AM, Jarno Rajahalme wrote: > While the presence of the '--bundle' option implicitly added the > OpenFlow 1.4 to the allowed protocols, it failed to remove OpenFlow > 1.0 from the allowed protocols. This is changed so that '--bundle' > option now also implicitly remove

[ovs-dev] [PATCH 2/4] ovs-ofctl: Fix OpenFlow versions with '--bundle'

2015-10-15 Thread Jarno Rajahalme
While the presence of the '--bundle' option implicitly added the OpenFlow 1.4 to the allowed protocols, it failed to remove OpenFlow 1.0 from the allowed protocols. This is changed so that '--bundle' option now also implicitly removes versions lesser than 1.4 from the allowed protocols. This has