Bug 78677

Summary: IPSEC causes panic on AMD64 FreeBSD >5.2.1
Product: Base System Reporter: Barkley Vowk <bvowk>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.4-PRERELEASE   
Hardware: Any   
OS: Any   

Description Barkley Vowk 2005-03-10 18:40:06 UTC
	Any use of IPSEC in an amd64 system causes an immediate panic.
	setkey -F is the easiest way, more exotic methods would be running
	racoon or isakmpd.

Fix: 

None that I know of.
	Please include IPSEC in the default kernel configuration file.
	Please add IPSEC to the release testing checklist.
How-To-Repeat: 	compile in options IPSEC and options IPSEC_ESP.
	setkey -F
	panic.
Comment 1 Doug White 2005-03-11 07:13:25 UTC
This one can join amd64/73211 in noting IPSEC is completely and utterly
broken on amd64. Basic investigation points at the key-handling code
(pfkey) which is the same in both IPSEC and FAST_IPSEC.  Someone with
knowledge of 32 to 64 bit conversion issues needs to take a look at this.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-04-08 15:22:56 UTC
State Changed
From-To: open->closed

Duplicate of PR amd64/73211: Well known issue :( 
Thanks for your submission!