On Thu, 1 Feb 2007 09:50:00 -0500 (EST)
James Morris <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to