Bug 24723

Summary: Bug in SKIP - packet length not set correctly
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 2001-01-29 17:50:01 UTC
The packet length in the mbuf output from skip is still set to the size of the unencrypted packet and not the encrypted packet. Any ethernet driver which relies on this length (e.g. if_rl.c) will output truncated packets

Fix: Apply the following patch (against 4.0-RELEASE)
How-To-Repeat: 
Run skip through a Realtek 8139 card, you will see truncated packets being output
Comment 1 Tetsurou Okazaki freebsd_committer freebsd_triage 2001-02-01 21:47:55 UTC
Responsible Changed
From-To: freebsd-ports->archie

Over to maintainer
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2001-02-06 18:43:35 UTC
State Changed
From-To: open->closed

Modified version of submitted patch added: 
http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/skip/files/patch-bs.diff?r1=1.4&r2=1.5