Date: Sun, 12 Dec 1999 17:57:02 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c if_vlan_var.h Message-ID: <199912130157.RAA62048@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1999/12/12 17:57:02 PST Modified files: sys/net if_vlan.c if_vlan_var.h Log: The current code incorrectly assumes that all vlans are configured, and/or associated with a parent device. If you receive a frame for a VLAN that's not in the list, you walk off the end of the list. Boom. Submitted by: C. Stephen Gunn <csg@waterspout.com> PR: 15291 Revision Changes Path 1.12 +4 -5 src/sys/net/if_vlan.c 1.4 +2 -2 src/sys/net/if_vlan_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912130157.RAA62048>