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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 8 Oct 2008 11:19:08 -0700
From:	David Stevens <dlstevens@...ibm.com>
To:	David Stevens <dlstevens@...ibm.com>
Cc:	Alex Sidorenko <alexandre.sidorenko@...com>,
	Brian Haley <brian.haley@...com>,
	David Miller <davem@...emloft.net>, fubar@...ux.vnet.ibm.com,
	Simon Horman <horms@...ge.net.au>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	netdev-owner@...r.kernel.org,
	Vladislav Yasevich <vladislav.yasevich@...com>
Subject: Re: [PATCH] bonding: send IPv6 neighbor advertisement on failover

Well, actually, it looks like I'm suggesting you to re-use something that 
doesn't
exist. :-)

MLD (and IGMP) has such a thing where unsolicited advertisements are sent
multiple times, with delays in between, to account for lossy networks 
possibly
dropping the first one. There are configurable counts associated with 
probes
and retransmit intervals for solicits, but I don't see the equivalent yet 
for
unsolicited NA's.

So, instead, what I suggest is that you add (or find!) THAT knob, instead 
of a
bonding-specific one. Because adding an address that wasn't there before
has identical issues with unsolicited NA's as bonding has with activating 
a
new address. The default should probably be 1, but if you ever need to
send multiple unsolicited NA's for bonding, you probably also need it for
adding a normal address on the same network. dad_transmits is similar,
but not really the same thing.

                                                        +-DLS


netdev-owner@...r.kernel.org wrote on 10/08/2008 10:40:13 AM:

> Brian,
>         I'll make the same comment I did in the earlier version,
> which is I don't think we need a new control for the count. Instead,
> it should use the count for unsolicited NA's we send when adding
> an address. It is the same case, really, and I, FWIW, would rather
> we didn't have any more sysctl's than we need.
> 
>                                                 +-DLS
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ