NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49788 CVS commit: [netbsd-6] src/sys/net



The following reply was made to PR kern/49788; it has been noted by GNATS.

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49788 CVS commit: [netbsd-6] src/sys/net
Date: Thu, 16 Apr 2015 09:27:32 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Thu Apr 16 09:27:32 UTC 2015
 
 Modified Files:
 	src/sys/net [netbsd-6]: if_vlan.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #1286):
 	sys/net/if_vlan.c: revision 1.80
 Correct frame padding length
 vlan pads a frame with zeros up to 68 bytes
 (ETHER_MIN_LEN + ETHER_VLAN_ENCAP_LEN). It expects
 that even if the frame is untagged, it keeps 64 bytes
 at least. However, it lacks concern about CRC
 (4 bytes). So a sending frame can be 72 (68 + 4) bytes.
 PR 49788
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.69.8.2 -r1.69.8.3 src/sys/net/if_vlan.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index