[ovs-git] Open vSwitch: in-band: Classifier rules should use OpenFlow ports. (master)
dev at openvswitch.org
dev at openvswitch.org
Thu Sep 29 14:47:46 PDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".
The branch, master has been updated
via 6ecf431e1df3dc011e8a67e4864d324c65f4be17 (commit)
via 6c24d40243cffe9096431a3ad53a7acfd236d001 (commit)
via aeea3504e98e0a1abb553da69a33bfc7563e10f4 (commit)
from c49aae240851ef562b7ade082226e41f85f54b88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6ecf431e1df3dc011e8a67e4864d324c65f4be17
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6ecf431e1df3dc011e8a67e4864d324c65f4be17
Author: Jesse Gross <jesse at nicira.com>
in-band: Classifier rules should use OpenFlow ports.
The in-band rules want to allow traffic to and from the local port
but the rule to be inserted in the classifier table for DHCP traffic
used the datapath constant for local traffic instead of the OpenFlow
one.
commit 6c24d40243cffe9096431a3ad53a7acfd236d001
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6c24d40243cffe9096431a3ad53a7acfd236d001
Author: Jesse Gross <jesse at nicira.com>
ofp-util: make_packet_out() shouldn't receive OVSP_NONE.
make_packet_out() operates solely at the OpenFlow layer, so it
should never receive OVSP_LOCAL as an in_port. This function is
used only by the learning switch, which will never generate
a packet with OVSP_LOCAL so this fixes not a bug but a violation
of semantics.
commit aeea3504e98e0a1abb553da69a33bfc7563e10f4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=aeea3504e98e0a1abb553da69a33bfc7563e10f4
Author: Jesse Gross <jesse at nicira.com>
flow: Drop datapath-protocol.h from flow.c.
datapath-protocol.h is increasingly a Linux-specific header so its
usage should be restricted from generic code. Nothing in flow.c
uses it, so drop it to avoid layer violations.
-----------------------------------------------------------------------
Summary of changes:
lib/flow.c | 1 -
lib/ofp-util.c | 2 +-
ofproto/in-band.c | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list