| Summary: | [ipsec] [patch] IPIP decapsulation problem in FAST_IPSEC stack | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | VANHULLEBUS Yvan <vanhu> | ||||
| Component: | kern | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 6.0-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
VANHULLEBUS Yvan
2006-03-09 14:40:13 UTC
Responsible Changed From-To: freebsd-bugs->gnn@freebsd.org Taken for testing and repair. It is more than half an year since the patch was submitted and it is not committed to CVS yet. Just wonder whether it will be included with 6.2 release? Regards, Dmitry Andrianov PS: there is also a ipsec6_common_input_cb function. Shouldn't it be patched the same way? On Wed, Sep 27, 2006 at 06:55:27PM +0400, Dmitry Andrianov wrote: > It is more than half an year since the patch was submitted and it is not > committed to CVS yet. Just wonder whether it will be included with 6.2 > release? To be more exact, it looks like the patch has been reported to RELENG_6 branch, but is disabled. > Regards, > Dmitry Andrianov > > PS: there is also a ipsec6_common_input_cb function. Shouldn't it be > patched the same way? Probably, but as I didn't have an IPv6 build, I couldn't make tests. Yvan. -- NETASQ http://www.netasq.com I had been looking at that code while looking at enc(4). I am not yet sure if not going via ip_input again with the ipip header would break IPIP over ipsec tunnel modes. I have to investigate that. This is related to the ipencap rules needed with pf(4) because of the extra roundtrip via ip_input. OpenBSD has code for that but it looks strange reading it. We need to be sure to not break anything. PS: gnn if you want you can assign this to me. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. Responsible Changed From-To: gnn->bz Re-assign. This might already be fixed. Responsible Changed From-To: bz->ae I'm working on this now. Fixed in head/. |