NetBSD Problem Report #51353
From www@NetBSD.org Wed Jul 20 22:37:57 2016
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
by mollari.NetBSD.org (Postfix) with ESMTPS id C16F07AAA0
for <gnats-bugs@gnats.NetBSD.org>; Wed, 20 Jul 2016 22:37:56 +0000 (UTC)
Message-Id: <20160720223755.6CE217AAB7@mollari.NetBSD.org>
Date: Wed, 20 Jul 2016 22:37:55 +0000 (UTC)
From: pat@deniedaccess.org
Reply-To: pat@deniedaccess.org
To: gnats-bugs@NetBSD.org
Subject: mld6query "-r" option is not recognised
X-Send-Pr-Version: www-1.0
>Number: 51353
>Category: misc
>Synopsis: mld6query "-r" option is not recognised
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: closed
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jul 20 22:40:00 +0000 2016
>Closed-Date: Mon Dec 12 08:21:23 +0000 2016
>Last-Modified: Mon Dec 12 08:21:23 +0000 2016
>Originator: Patrick Mackey
>Release: 7.0, 7.0.1
>Organization:
>Environment:
NetBSD vdosrv 7.0 NetBSD 7.0 (GENERIC.201509250726Z) amd64
NetBSD NetBSD 7.0.1 NetBSD 7.0.1 (GENERIC.201605221355Z) amd64
>Description:
According to the man page, mld6query can send MLD reports using the -r switch.
$ mld6query
usage: mld6query [-dr] ifname [addr]
From the man page:
"With -d, mld6query will transmit MLD done packet instead of MLD query packet. With -r, similarly, MLD report packet will be transmitted. -dr
options are for debugging purposes only."
When I attempt to invoke this option, I receive the following error:
$ mld6query -r wm0 ff05::10
mld6query: unknown option -- r
usage: mld6query [-dr] ifname [addr]
>How-To-Repeat:
$ mld6query -r
>Fix:
>Release-Note:
>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/51353 CVS commit: src/usr.sbin/mld6query
Date: Wed, 20 Jul 2016 19:19:18 -0400
Module Name: src
Committed By: christos
Date: Wed Jul 20 23:19:18 UTC 2016
Modified Files:
src/usr.sbin/mld6query: mld6.c
Log Message:
PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/mld6query/mld6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
State-Changed-From-To: open->needs-pullups
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 31 Jul 2016 19:45:48 +0000
State-Changed-Why:
should get into -7
From: "Soren Jacobsen" <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/51353 CVS commit: [netbsd-7] src/usr.sbin/mld6query
Date: Mon, 12 Dec 2016 07:49:01 +0000
Module Name: src
Committed By: snj
Date: Mon Dec 12 07:49:01 UTC 2016
Modified Files:
src/usr.sbin/mld6query [netbsd-7]: mld6.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1308):
usr.sbin/mld6query/mld6.c: revision 1.15
PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.20.1 src/usr.sbin/mld6query/mld6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
From: "Soren Jacobsen" <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/51353 CVS commit: [netbsd-7-0] src/usr.sbin/mld6query
Date: Mon, 12 Dec 2016 07:49:35 +0000
Module Name: src
Committed By: snj
Date: Mon Dec 12 07:49:35 UTC 2016
Modified Files:
src/usr.sbin/mld6query [netbsd-7-0]: mld6.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1308):
usr.sbin/mld6query/mld6.c: revision 1.15
PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.22.1 src/usr.sbin/mld6query/mld6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
State-Changed-From-To: needs-pullups->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Mon, 12 Dec 2016 08:21:23 +0000
State-Changed-Why:
pullups complete
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.