Bug 35631

Summary: SKIP and IPSEC together cause kernel panic
Product: Ports & Packages Reporter: david <david>
Component: Individual Port(s)Assignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description david 2002-03-07 13:30:01 UTC
Running both IPSEC and SKIP packets through the same interface causes a kernel panic.

Fix: Packets decrypted by IPSEC have a NULL receive interface. When an IPSEC-decrypted packet enters SKIP for processing it checks to see if SKIP is enabled on the receive interface. This causes a NULL pointer derefence and a kernel panic

A simple fix to the SKIP port is required:
How-To-Repeat: 
Run both SKIP and IPSEC traffic through the same network interface
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-02-14 14:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-bugs

Misfiled PR.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-10-11 09:26:25 UTC
Responsible Changed
From-To: freebsd-bugs->archie

Assign to skip port maintainer
Comment 3 Archie Cobbs freebsd_committer freebsd_triage 2003-11-10 22:31:59 UTC
State Changed
From-To: open->closed

Patch applied.. thanks!