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:	Thu, 11 Apr 2013 15:27:42 +0900
From:	Atzm Watanabe <atzm@...atosphere.co.jp>
To:	Cong Wang <xiyou.wangcong@...il.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] vxlan: Allow setting unicast address to the group address


At Thu, 11 Apr 2013 04:05:01 +0000 (UTC),
Cong Wang wrote:
> 
> On Wed, 10 Apr 2013 at 08:52 GMT, Atzm Watanabe <atzm@...atosphere.co.jp> wrote:
> > This patch allows setting unicast address to the VXLAN group address.
> > It allows that VXLAN can be used as peer-to-peer tunnel without
> > multicast.
> >
> 
> Then GROUP is confusing, please pick another name and attribute.

OK, I agreed.

But simply adding another name and attribute also means that a VXLAN
interface can have multiple "last resort".
So I'll try to fix as below:

  1) Replace "gaddr" by "daddr", in struct vxlan_dev.
  2) Add IFLA_VXLAN_REMOTE apart from IFLA_VXLAN_GROUP.
  3) If IFLA_VXLAN_REMOTE and IFLA_VXLAN_GROUP are specified at a
     time, vxlan_validate() will return an error.

If you have other better ideas, please let me know.

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