aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/rsrr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove spurious extra format string argument.Kris Kennaway2001-04-171-1/+1
| | | | Notes: svn path=/head/; revision=75575
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sBill Fenner1999-01-201-62/+28
| | | | | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help... Notes: svn path=/head/; revision=42891
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().Philippe Charnier1998-01-161-0/+5
| | | | Notes: svn path=/head/; revision=32538
* Update to the unreleased mrouted 3.8a . This includes a minorBill Fenner1996-11-111-0/+15
| | | | | | | | | | | | | | | | endian-ness fix, Router Alert options on IGMP messages, and a new keyword, "advert_metric", for fine-tuning tunnel metrics. This also includes a new mtrace, which is also unreleased but builds significantly on the experiences of users' troubles with using and understanding mtrace in release 3.8 . (unreleased does not, of course, mean untested!) This is a candidate for both 2.2 and 2.1.6 . Notes: svn path=/head/; revision=19620
* Resync our mainline to mrouted release 3.8.Peter Wemm1996-01-061-1/+2
| | | | | | | | | | This will make FreeBSD boxes better behaved 'MBONE Citizens', based on a couple of the comments about the severity of fixes.. Agreed to by: wollman, fenner@parc.xerox.com Notes: svn path=/head/; revision=13281
* Upgrade to mrouted version 3.6. This includes a substantial clean-upGarrett Wollman1995-06-281-47/+39
| | | | | | | | | and ANSIfication of much of the source base. Thanks, Bill! Submitted by: patch from Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=9367
* Correctly calculate length of local-domain socket name for RSRR server.Garrett Wollman1995-06-151-0/+8
| | | | Notes: svn path=/head/; revision=9236
* This is mrouted version 3.5, with the route-change notification hook fromGarrett Wollman1995-06-131-0/+498
mrouted-3.5n. This is being splatted onto the head rather than properly imported thanks to the ``delete trailing whitespace'' screw. This code is now actively working in an operational environment (the DARTNET) so I have some confidence that the basic functionality actually works. Obtained from: Bill Fenner, PARC, and ISI Notes: svn path=/head/; revision=9210