]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix ovs_lib's issue of parsing flow proto field
authorChengli XU <xuchengli@corp.netease.com>
Wed, 11 Sep 2013 05:58:15 +0000 (13:58 +0800)
committerChengli XU <xuchengli@corp.netease.com>
Wed, 11 Sep 2013 07:57:25 +0000 (15:57 +0800)
commit515866acf292feffbb6ad7fc177c3ba337aff42e
tree9b5aeb961ea1b00c60cd665a1ad6069257925663
parent72c969f3324033c2e44e0b5a95648aeacb6da68b
Fix ovs_lib's issue of parsing flow proto field

When 'proto' other than 'ip' and nw_src/nw_dst are provided at the same
time, the proto parameter will be ignored.

Fixes bug: 1223668

Change-Id: Ie813e66995e2a9310ec4b48c0f7de673db2097f1
neutron/agent/linux/ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_lib.py