aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2009-06-09xenserver: Send VIF details to controllerJustin Pettit
The controller needs to know various things about virtual interfaces as they move about the network. This commit sends the VIF, virtual machine, and network UUIDs associated with the VIF, as well as its MAC address over the management channel. Feature #1324
2009-06-05vswitch: Fix typos in OFMP comments.Justin Pettit
A couple of comments describing the new UUID TLVs were incorrect and this fixes them.
2009-06-05vswitch: Fix OFMP alignment problem on 64-bit systems.Justin Pettit
One of the OpenFlow managment protocol's UUID TLV messages had a problem building on 64-bit systems. By extending the structure length by 4 bytes, the problem goes away.
2009-06-05vswitch: Send Xen UUIDs associated with system and networksJustin Pettit
This commit sends information about Xen UUIDs to the controller through the management connection. Specifically, it sends the XenServer UUID and a list of network UUIDs associated with each datapath.
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff