Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 15:47:30 GMT
From:      Charlie Root <root@eubie.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/8052: bad ip_var.h: missing ih_next field
Message-ID:  <199809251547.PAA02628@eubie.lbl.gov>

next in thread | raw e-mail | index | archive | help

>Number:         8052
>Category:       kern
>Synopsis:       bad ip_var.h: missing ih_next field
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 25 15:50:01 PDT 1998
>Last-Modified:
>Originator:     LBNL
>Organization:
Jin Guojun
>Release:        FreeBSD 3.0-19980923-BETA i386
>Environment:

	3.0-19980923-BETA

>Description:

	in tcpip.h, ih_next is defined ti_i.ih_next, which is from
	ipovly structure defined in ip_var.h; but there is no ih_next
	field defined in ip_var.h:ipovly structure.
	There is a such thing in ip_compat.h seems used for LINUX.

>How-To-Repeat:

	define BPF_KERN_FILTER options and compile the kernel

>Fix:
	
	tcpip.h and udp_var.h must include correct ip_var.h or ip_compat.h
	whatever is the right choice.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251547.PAA02628>