~xnox/ubuntu-z-systems/+git/ovs:openflow-1.0

Last commit made on 2010-03-25
Get this branch:
git clone -b openflow-1.0 https://git.launchpad.net/~xnox/ubuntu-z-systems/+git/ovs

Branch merges

Branch information

Name:
openflow-1.0
Repository:
lp:~xnox/ubuntu-z-systems/+git/ovs

Recent commits

6dc6ff9... by Tetsuo NAKAGAWA <email address hidden>

dpif-linux: Fix file descriptor leak.

get_major() opens /proc/devices to get the openvswitch major number
but never closes the FD.

0367f1e... by Jesse Gross

classifer: Fix test classifier to match real classifier.

The trivial test classifier had the same bug as the real classifier
when replacing matching flows. This caused it to not find the
original bug and then break when the bug was fixed.

ca9ca75... by Jesse Gross

classifier: Check all rules of equal priority when inserting.

When adding a new classifier rule we check if there is a rule
of the same priority first and overwrite it before inserting a
new rule. Previously we would stop looking if we found one rule
in the correct bucket with the same priority, even if it didn't
match. This keeps going until we either find a matching rule or
we run out of equal priority rules.

Reported-by: Tetsuo NAKAGAWA <email address hidden>

d7676fc... by Jesse Gross

collectors: Check for NULL set of collectors.

If the set of collectors for NetFlow or sFlow is empty due to
an error it will cause a crash when trying to send data.

Reported-by: Tetsuo NAKAGAWA <email address hidden>

9f0100c... by Tetsuo NAKAGAWA <email address hidden>

ovs-dpctl: Fix setting of packet length for "controller" action

bdc0da5... by Justin Pettit

openflow: Fix frag config flag values

776fb43... by Ben Pfaff

datapath: Set the correct bits for OFPAT_SET_NW_TOS action.

The DSCP bits are the high bits, not the low bits.

Reported-by: Jean Tourrilhes <email address hidden>

3c85d3d... by Ben Pfaff

ofproto: Fix implementation of OFPAT_SET_NW_DST.

From Jean Tourrilhes <email address hidden>.

2eb78ce... by Ben Pfaff

ovs-switchui: Fix typo.

716346c... by Justin Pettit

Don't go beyond buffer length when printing descriptions

Prevent reading past the end of the buffer when a description is not
null-terminated.

Reported-by: Ben Pfaff <email address hidden>