Fixed ovs_firewall to add learning flows for TCP and UDP
The ovs_firewall driver throws exception while adding
learning flows for TCP and UDP.
Stderr: 2015-09-15T23:16:17Z|00001|meta_flow|WARN|source field nw_proto lacks correct prerequisites
ovs-ofctl: -:1: actions are invalid with specified match (OFPBAC_MATCH_INCONSISTENT)
This patch-set address the same.
(Cherry-picked from commit 100c9ecad686bf535e650df2b0748c706737e4bb)
Reviewed: https:/ /review. openstack. org/226260 /git.openstack. org/cgit/ openstack/ networking- vsphere/ commit/ ?id=be7fea1b7d9 b42c8bbf0a2e869 1c8eafecdeeb06
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit be7fea1b7d9b42c 8bbf0a2e8691c8e afecdeeb06
Author: Romil Gupta <email address hidden>
Date: Mon Sep 21 23:09:27 2015 -0700
Fixed ovs_firewall to add learning flows for TCP and UDP
The ovs_firewall driver throws exception while adding
learning flows for TCP and UDP.
Stderr: 2015-09- 15T23:16: 17Z|00001| meta_flow| WARN|source field nw_proto lacks correct prerequisites MATCH_INCONSIST ENT)
ovs-ofctl: -:1: actions are invalid with specified match (OFPBAC_
This patch-set address the same.
(Cherry-picked from commit 100c9ecad686bf5 35e650df2b0748c 706737e4bb)
Change-Id: Ie07cf9c04c3c10 53ce600ea8142b7 09586f38f94
Closes-Bug: #1498309