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:   Mon, 4 May 2020 20:52:20 -0700
From:   Roopa Prabhu <roopa@...ulusnetworks.com>
To:     David Ahern <dsahern@...il.com>
Cc:     David Miller <davem@...emloft.net>,
        netdev <netdev@...r.kernel.org>,
        Nikolay Aleksandrov <nikolay@...ulusnetworks.com>,
        Ido Schimmel <idosch@...lanox.com>,
        Jiri Pirko <jiri@...lanox.com>,
        Petr Machata <petrm@...lanox.com>
Subject: Re: [RFC PATCH net-next 2/5] vxlan: ecmp support for mac fdb entries

On Mon, May 4, 2020 at 8:36 PM David Ahern <dsahern@...il.com> wrote:
>
> On 5/4/20 4:28 PM, Roopa Prabhu wrote:
> > diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h
> > index cd144e3..eefcda8 100644
> > --- a/include/uapi/linux/neighbour.h
> > +++ b/include/uapi/linux/neighbour.h
> > @@ -29,6 +29,7 @@ enum {
> >       NDA_LINK_NETNSID,
> >       NDA_SRC_VNI,
> >       NDA_PROTOCOL,  /* Originator of entry */
> > +     NDA_NH_ID,
> >       __NDA_MAX
> >  };
>
> those attributes are shared by neighbor and bridge code for example.
>
> nda_policy should reject it, and a new attribute provides a means for
> starting strict checking (add NDA_UNSPEC with .strict_start_type =
> NDA_NH_ID).
>
> Similar for the fdb code in rtnetlink.c. Shame AF_BRIDGE parsing does
> not have a policy attribute.

okay, will look

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ