Comment 1 for bug 1498309

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-vsphere (master)

Reviewed: https://review.openstack.org/226170
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=100c9ecad686bf535e650df2b0748c706737e4bb
Submitter: Jenkins
Branch: master

commit 100c9ecad686bf535e650df2b0748c706737e4bb
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
    ovs-ofctl: -:1: actions are invalid with specified match (OFPBAC_MATCH_INCONSISTENT)

    This patch-set address the same.

    Change-Id: Ie07cf9c04c3c1053ce600ea8142b709586f38f94
    Closes-Bug: #1498309