cluster: STABLE3 - fence_xvmd: Allow interface assignment in cluster.conf

Lon Hohberger lon at fedoraproject.org
Tue Oct 13 20:44:35 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0caea07f1f8fb197b8c7a2d3b2b49aed65371a79
Commit:        0caea07f1f8fb197b8c7a2d3b2b49aed65371a79
Parent:        a781c07dcad8acc7bc29c2bbf04ef0b8e17fae2b
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Tue Oct 13 16:44:08 2009 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Tue Oct 13 16:44:08 2009 -0400

fence_xvmd: Allow interface assignment in cluster.conf

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 fence/agents/xvm/options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/xvm/options.c b/fence/agents/xvm/options.c
index 4a92179..96975f0 100644
--- a/fence/agents/xvm/options.c
+++ b/fence/agents/xvm/options.c
@@ -317,7 +317,7 @@ static struct arg_info _arg_info[] = {
 	  "IP port (default=1229)",
 	  assign_port },
 
-	{ 'I', "-I <interface>", "multicast_address",
+	{ 'I', "-I <interface>", "interface",
 	  "Network interface name to listen on",
 	  assign_interface },
 


More information about the cluster-commits mailing list