~xnox/ubuntu-z-systems/+git/ovs:wdp

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

Branch merges

Branch information

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

Recent commits

2f436da... by Ben Pfaff

wdp-xflow: Remove wx structure from global list when closing.

Fixes a use-after-free error in wx_run().

Reported-by: Hao Zheng <email address hidden>

bc3167f... by Ben Pfaff

vswitchd: Use wdp instead of xfif interface from bridge code.

Part of the point of the wdp branch is to use the high-level wdp interface
where it makes sense. But until now this hasn't been extended to the
bridge code. This commit fixes that.

There are still some references to xflow inside this file that need to be
looked at.

fbb55f2... by Ben Pfaff

wdp-xflow: Always report an up-to-date port list in wx_port_list().

Until now wx_port_list() has reported the cached list of ports kept in
wx->ports. This won't work, however, in a followup patch when bridge.c
switches from using an xfif to using a wdp, because the bridge
reconfiguration code expects to add and delete ports and have the list
of ports returned by wx_port_list() updated immediately.

df70a0a... by Ben Pfaff

vswitchd: Use wdp functions instead of xfif ones for enumerating bridges.

086d2b9... by Ben Pfaff

ofp-util: Use our usual variable naming convention in make_ofp_error_msg().

8991649... by Ben Pfaff

ofp-util: Actually map vendor codes to IDs correctly.

Reported-by: Justin Pettit <email address hidden>

c990a92... by Ben Pfaff

ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant.

fef0b0d... by Ben Pfaff

Fix typos in comments.

d11f23e... by Ben Pfaff

Merge remote branch 'origin/master' into HEAD

d15a5ee... by Ben Pfaff

Merge "master" into "wdp".