From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Thu, 18 Jul 2013 13:25:37 +0200 Subject: [Cluster-devel] fence-agents: master - fence_ipmilan: Better description of lanplus parameter In-Reply-To: <20130718100447.78A6861178@fedorahosted.org> References: <20130718100447.78A6861178@fedorahosted.org> Message-ID: <51E7D0B1.20208@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Marek, On 7/18/2013 12:04 PM, Marek Gr?c wrote: > Gitweb: http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=7117a54a55aafb9f6ea97fe7b3a7b56355f609e4 > Commit: 7117a54a55aafb9f6ea97fe7b3a7b56355f609e4 > Parent: c61430f65c843c4e4b7b3487f378d306efe1d52a > Author: Marek 'marx' Grac > AuthorDate: Thu Jul 18 12:04:01 2013 +0200 > Committer: Marek 'marx' Grac > CommitterDate: Thu Jul 18 12:04:01 2013 +0200 > > fence_ipmilan: Better description of lanplus parameter > > resolves: rhbz#981086 > --- > fence/agents/ipmilan/ipmilan.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c > index 4d286ea..3561456 100644 > --- a/fence/agents/ipmilan/ipmilan.c > +++ b/fence/agents/ipmilan/ipmilan.c > @@ -167,7 +167,7 @@ struct xml_parameter_s xml_parameters[]={ > {"ipaddr","-a",1,"string",NULL,"IPMI Lan IP to talk to"}, > {"passwd","-p",0,"string",NULL,"Password (if required) to control power on IPMI device"}, > {"passwd_script","-S",0,"string",NULL,"Script to retrieve password (if required)"}, > - {"lanplus","-P",0,"boolean",NULL,"Use Lanplus"}, > + {"lanplus","-P",0,"boolean",NULL,"Use Lanplus to improve security of connection"}, Can you be just a bit more descriptive and explain what "improve security" means? thanks Fabio