lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 23 Nov 2012 04:39:13 +0000
From:	KY Srinivasan <kys@...rosoft.com>
To:	Olaf Hering <olaf@...fle.de>
CC:	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
	"apw@...onical.com" <apw@...onical.com>,
	"ben@...adent.org.uk" <ben@...adent.org.uk>,
	"thozza@...hat.com" <thozza@...hat.com>,
	"dcbw@...hat.com" <dcbw@...hat.com>
Subject: RE: [PATCH V5 3/6] Tools: hv: Add an example script to configure an
 interface



> -----Original Message-----
> From: Olaf Hering [mailto:olaf@...fle.de]
> Sent: Thursday, November 22, 2012 4:13 PM
> To: KY Srinivasan
> Cc: gregkh@...uxfoundation.org; linux-kernel@...r.kernel.org;
> devel@...uxdriverproject.org; apw@...onical.com; ben@...adent.org.uk;
> thozza@...hat.com; dcbw@...hat.com
> Subject: Re: [PATCH V5 3/6] Tools: hv: Add an example script to configure an
> interface
> 
> On Wed, Sep 05, K. Y. Srinivasan wrote:
> 
> > To keep the KVP daemon code free of distro specific details, we invoke an
> > external script to configure the interface. This is an example script that
> > was used to test the KVP code. This script has to be implemented in a Distro
> > specific fashion. For instance on distros that ship with Network Manager
> enabled,
> > this script can be based on NM APIs.
> >
> > Signed-off-by: K. Y. Srinivasan <kys@...rosoft.com>
> > Reviewed-by: Haiyang Zhang <haiyangz@...rosoft.com>
> > ---
> >  tools/hv/hv_set_ifconfig.sh |   68
> +++++++++++++++++++++++++++++++++++++++++++
> >  1 files changed, 68 insertions(+), 0 deletions(-)
> >  create mode 100755 tools/hv/hv_set_ifconfig.sh
> 
> This already went in, but I overlooked this part:
> 
> > +# GATEWAY=ipaddr1
> 
> I guest GATEWAY means the default gateway.
> 
> > +# GATEWAY_x=ipaddry (where y = x + 1)
> 
> How can there be multiple gateways?
> Or: What does GATEWAY_n mean here?
> 
Olaf,

On windows, we can support multiple default gateways (I think). This is 
really implementing the host protocol. Minimally we can have an ipv4 default
and an ipv6 default gateway.

Hope this helps,

Regards,

K. Y

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ