xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: George Dunlap <george.dunlap@eu.citrix.com>
To: xen-devel@lists.xen.org
Cc: "George Dunlap" <george.dunlap@eu.citrix.com>,
	"Ian Jackson" <ian.jackson@citrix.com>,
	"Ian Campbell" <ian.campbell@citrix.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [PATCH] xl: Update example xl.conf with correct name for default script option
Date: Wed, 29 May 2013 12:53:59 +0100	[thread overview]
Message-ID: <1369828439-11201-1-git-send-email-george.dunlap@eu.citrix.com> (raw)

We've changed the config option from "vifscript" to "vif.default.script".  This
was changed in the manpage but not in the example xl.conf.

Also move the option down to be with the other vif options.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Ian Jackson <ian.jackson@citrix.com>
---
 tools/examples/xl.conf |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf
index 9402c3f..9c037a6 100644
--- a/tools/examples/xl.conf
+++ b/tools/examples/xl.conf
@@ -8,9 +8,6 @@
 # full path of the lockfile used by xl during domain creation
 #lockfile="/var/lock/xl"
 
-# default vif script 
-#vifscript="vif-bridge"
-
 # default output format used by "xl list -l"
 #output_format="json"
 
@@ -25,6 +22,9 @@
 # default gateway device to use with vif-route hotplug script
 #vif.default.gatewaydev="eth0"
 
+# default vif script to use if none is specified in the guest config
+#vif.default.script="vif-bridge"
+
 # default bridge device to use with vif-bridge hotplug scripts
 #vif.default.bridge="xenbr0"
 
-- 
1.7.9.5


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

             reply	other threads:[~2013-05-29 11:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 11:53 George Dunlap [this message]
2013-05-29 14:41 ` [PATCH] xl: Update example xl.conf with correct name for default script option Roger Pau Monné
2013-05-30  9:10   ` Ian Campbell
2013-05-30  8:58 ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369828439-11201-1-git-send-email-george.dunlap@eu.citrix.com \
    --to=george.dunlap@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).