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] [day] [month] [year] [list]
Date:	Wed, 12 Aug 2015 17:44:32 -0400
From:	Andy Gospodarek <gospo@...ulusnetworks.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, ddutt@...ulusnetworks.com
Subject: Re: [PATCH net-next 1/2] net: track link status of ipv6 nexthops

On Wed, Aug 12, 2015 at 02:32:26PM -0700, David Miller wrote:
> From: Andy Gospodarek <gospo@...ulusnetworks.com>
> Date: Mon, 10 Aug 2015 14:46:52 -0400
> 
> > I went this way as the idea of storing this info in a flags structure
> > for 2 reasons:
> > 
> > - This idea or marking on link status changes and checking for that mark
> >   during forwarding was done what was suggested by Alex et al for the
> >   ipv4 code and I wanted to keep the overall design similar.
> > 
> > - New flags will likely be needed when switchdev support is added for
> >   ipv6 routes so going ahead and mirroring the RTNH_F* flags in the the
> >   ipv6 code seemed reasonable.
> > 
> > I would actually be fine with what you proposed (it is closer to the
> > first implementation), so if my justification above does not change your
> > mind, let me know and I'll post a v2 that does not add rt6i_nhflags and
> > simply checks netif_carrier_ok() rather than RTNH_F_LINKDOWN.
> 
> Ok fair enough, if we'll need more flags later then so be it.
> 
> Andy, please resubmit this series, I'll apply it.

Thanks, Dave.  Will do.

--
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