All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: Pass bridge config info into xenstore
@ 2010-06-28 13:27 George Dunlap
  0 siblings, 0 replies; only message in thread
From: George Dunlap @ 2010-06-28 13:27 UTC (permalink / raw)
  To: xen-devel; +Cc: george.dunlap

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>

diff -r bf64e1081333 -r ee7363dde949 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c	Fri Jun 25 16:05:20 2010 +0100
+++ b/tools/libxl/libxl.c	Mon Jun 28 14:27:22 2010 +0100
@@ -1454,6 +1454,8 @@
     flexarray_set(back, boffset++, libxl_sprintf(ctx, "%02x:%02x:%02x:%02x:%02x:%02x",
                                                  nic->mac[0], nic->mac[1], nic->mac[2],
                                                  nic->mac[3], nic->mac[4], nic->mac[5]));
+    flexarray_set(back, boffset++, "bridge");
+    flexarray_set(back, boffset++, libxl_sprintf(ctx, "%s", nic->bridge));
     flexarray_set(back, boffset++, "handle");
     flexarray_set(back, boffset++, libxl_sprintf(ctx, "%d", nic->devid));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-28 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-28 13:27 [PATCH] libxl: Pass bridge config info into xenstore George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.