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:	Fri, 02 Feb 2007 21:10:09 +0900
From:	Shinta Sugimoto <shinta@....wide.ad.jp>
To:	usagi-core@...ux-ipv6.org
Cc:	netdev@...r.kernel.org, Francis Dupont <Francis.Dupont@...nt6.net>,
	Masahide Nakamura <nakam@...ux-ipv6.org>
Subject: Re: (usagi-core 32165) Re: [RFC][PATCH][XFRM][4/5] extension to XFRM for dynamic endpoint update (MIGRATE)

On Thu, 1 Feb 2007 09:50:00 -0500 (EST)
James Morris <jmorris@...ei.org> wrote:

> On Thu, 1 Feb 2007, Shinta Sugimoto wrote:
> 
> > +	/* allow IPSEC_PROTO_ANY to match all protocols */
> > +	//sel.proto = pfkey_proto_to_xfrm(sa->sadb_address_proto);
> > +	sel.proto = sa->sadb_address_proto;
> 
> Which one is correct ? :-)

Thank you for point this out.  The following should be correct.

sel.proto = pfkey_proto_to_xfrm(sa->sadb_address_proto);

> 
> > +	/* allow IPSEC_PROTO_ANY to match all protocols */
> > +	//sel.proto = pfkey_proto_to_xfrm(sa->sadb_address_proto);
> > +	sel.proto = sa->sadb_address_proto;
> 
> ...

Same for this one. I will fix them.


Regards,
Shinta

-
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