Subject: Re: multicast vlans
To: Greg Troxel <gdt@ir.bbn.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-net
Date: 06/04/2005 18:46:08
--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I'm still at it - here's a trivial patch in the meantime..

Cheers,

Patrick

--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=multipat

Index: mld6.c
===================================================================
RCS file: /cvsroot/src/usr.sbin/mld6query/mld6.c,v
retrieving revision 1.11
diff -u -r1.11 mld6.c
--- mld6.c	17 Nov 2004 13:35:32 -0000	1.11
+++ mld6.c	4 Jun 2005 17:44:50 -0000
@@ -81,7 +81,7 @@
 	int ch;
 
 	type = MLD_LISTENER_QUERY;
-	while ((ch = getopt(argc, argv, "d")) != -1) {
+	while ((ch = getopt(argc, argv, "dr")) != -1) {
 		switch (ch) {
 		case 'd':
 			type = MLD_LISTENER_DONE;

--6TrnltStXW4iwmi0--