summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/defs.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-16 00:28:50 +0000
committerjkh <jkh@FreeBSD.org>1995-05-16 00:28:50 +0000
commit87a603cb4db64797ef2b3bfea6e637abf603a108 (patch)
tree568dda545a8895d56389de42401be9d79d1fb5ed /usr.sbin/mrouted/defs.h
parente472db9bf5bf92db4b6e3d8bc71bbad2fe61eee3 (diff)
downloadFreeBSD-src-87a603cb4db64797ef2b3bfea6e637abf603a108.zip
FreeBSD-src-87a603cb4db64797ef2b3bfea6e637abf603a108.tar.gz
A number of bug fixes to mrouted (no functionality enhancements from 3.5, just
the fixes!): o Scoped addresses might let traffic in o IGMP queries sent with wrong timeouts o Possible core dump in mtrace if we get a request for which we have no route o If a member on a transit network left a group, mrouted would stop forwarding even if there was a downstream router o Various code cleanups and logging changes Reviewed by: wollman Submitted by: Bill Fenner <fenner@parc.xerox.com>
Diffstat (limited to 'usr.sbin/mrouted/defs.h')
-rw-r--r--usr.sbin/mrouted/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h
index a0a9f4a..c75dd8e 100644
--- a/usr.sbin/mrouted/defs.h
+++ b/usr.sbin/mrouted/defs.h
@@ -7,7 +7,7 @@
* Leland Stanford Junior University.
*
*
- * $Id: defs.h,v 1.8 1994/08/24 23:53:23 thyagara Exp $
+ * $Id: defs.h,v 1.2 1994/09/08 02:51:13 wollman Exp $
*/
@@ -45,7 +45,7 @@
#define PROTOCOL_VERSION 3 /* increment when packet format/content changes */
-#define MROUTED_VERSION 3 /* increment on local changes or bug fixes, */
+#define MROUTED_VERSION 4 /* increment on local changes or bug fixes, */
/* reset to 0 whever PROTOCOL_VERSION increments */
#define MROUTED_LEVEL ( (MROUTED_VERSION << 8) | PROTOCOL_VERSION )
OpenPOWER on IntegriCloud