Subject: Re: bug in netinet6/ipsec.c?
To: None <manu@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-kern
Date: 10/28/2004 07:27:15
> Hi
>
> In src/sys/netinet6/ipsec.c:key_get_reqlevel(), at the IPPROTO_AH case,
> a break is missing, causing level to be always IPSEC_LEVEL_USE. This
> seems a bug to me, but as I don't really understand what that code does,
> I'd like someone who knows about this code to tell me if the break should
> be added or not.
break has to be added (done). tnx
itojun