From nobody  Fri Feb  7 08:08:51 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id IAA04055;
          Fri, 7 Feb 1997 08:08:51 -0800 (PST)
Message-Id: <199702071608.IAA04055@freefall.freebsd.org>
Date: Fri, 7 Feb 1997 08:08:51 -0800 (PST)
From: pusateri@jnx.com
To: freebsd-gnats-submit@freebsd.org
Subject: struct igmpmsg in <netinet/ip_mroute.h> shouldn't be KERNEL only
X-Send-Pr-Version: www-1.0

>Number:         2686
>Category:       kern
>Synopsis:       struct igmpmsg in <netinet/ip_mroute.h> shouldn't be KERNEL only
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wollman
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb  7 08:10:02 PST 1997
>Closed-Date:    Mon Jul 27 12:16:38 PDT 1998
>Last-Modified:  Mon Jul 27 12:20:41 PDT 1998
>Originator:     Tom Pusateri
>Release:        2.2-970202-GAMMA
>Organization:
Juniper Networks
>Environment:
>Description:
In <netinet/ip_mroute.h> struct igmp_msg is the format of messages 
passed between the kernel and user processes listening on an IGMP
socket. This is used formulticast routing daemons. This structure
and assocatiated message types must be visible to user programs.
>How-To-Repeat:

>Fix:
move struct igmpmsg outside the #ifdef KERNEL section.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nectar 
State-Changed-When: Mon Jul 27 12:16:38 PDT 1998 
State-Changed-Why:  
Fixed with rev 1.11 of ip_mroute.h (1997 Jan 03) 


Responsible-Changed-From-To: freebsd-bugs->wollman 
Responsible-Changed-By: nectar 
Responsible-Changed-When: Mon Jul 27 12:16:38 PDT 1998 
Responsible-Changed-Why:  
it was wollmon's commit 
>Unformatted:
