Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2002 04:17:36 -0700 (PDT)
From:      Ari Suutari <ari.suutari@syncrontech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/37786: spppcontrol fails if kernel is not compiled with INET6
Message-ID:  <200205061117.g46BHajx053480@nwww.freebsd.org>

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

>Number:         37786
>Category:       kern
>Synopsis:       spppcontrol fails if kernel is not compiled with INET6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 06 04:20:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ari Suutari
>Release:        RELENG_4 6.5.2002
>Organization:
Syncron Tech Oy
>Environment:
FreeBSD test.syncrontech.com 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Mon May  6 13:37:16 EEST 2002     root@test.syncrontech.com:/usr/src/sys/compile/ESPRESSO  i386

>Description:
Using spppcontrol to change authentication parameters with ISDN fails
always with "spppcontrol: SIOCSIFGENERIC(SPPPIOSDEFS): Invalid argument".
This is caused by break statement in if_spppsubr.c being inside
#ifdef INET6 (see line 5174).
>How-To-Repeat:
Compile a kernel without INET6 and try to use spppcontrol.
>Fix:
Move break statement in if_spppsubr.c, line 5174 outside #ifdef INET6.
>Release-Note:
>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?200205061117.g46BHajx053480>