From owner-freebsd-bugs Mon May 6 4:20:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DEE537B404 for ; Mon, 6 May 2002 04:20:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g46BK7E27075; Mon, 6 May 2002 04:20:07 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (nwww.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 077E037B400 for ; Mon, 6 May 2002 04:16:14 -0700 (PDT) Received: from nwww.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g46BHahG053481 for ; Mon, 6 May 2002 04:17:36 -0700 (PDT) (envelope-from nobody@nwww.freebsd.org) Received: (from nobody@localhost) by nwww.freebsd.org (8.12.2/8.12.2/Submit) id g46BHajx053480; Mon, 6 May 2002 04:17:36 -0700 (PDT) Message-Id: <200205061117.g46BHajx053480@nwww.freebsd.org> Date: Mon, 6 May 2002 04:17:36 -0700 (PDT) From: Ari Suutari To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/37786: spppcontrol fails if kernel is not compiled with INET6 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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