summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/vif.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-201-240/+658
| | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* use strncpy correctlyimp1998-06-091-5/+7
| | | | | | | | | | use strncat correctly check buffer size in graph_name Change paths from /tmp to /var/run for server sockets This has been building in my tree for ages, but has remained lightly tested. Reviewed by: jkh ages ago
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-161-3/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to the unreleased mrouted 3.8a . This includes a minorfenner1996-11-111-68/+27
| | | | | | | | | | | | | 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 .
* Resync our mainline to mrouted release 3.8.peter1996-01-061-103/+234
| | | | | | | 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
* - mrouted doesn't allow loopback of group-specific queries, thus if adg1995-10-071-2/+2
| | | | | | | host sends a leave message for a group that the router is a member of that membership gets forgotten until the next general query. - the second group-specific query generated looks like a general query sent to a specific group
* Upgrade to mrouted version 3.6. This includes a substantial clean-upwollman1995-06-281-202/+179
| | | | | | and ANSIfication of much of the source base. Thanks, Bill! Submitted by: patch from Bill Fenner <fenner@parc.xerox.com>
* This is mrouted version 3.5, with the route-change notification hook fromwollman1995-06-131-152/+354
| | | | | | | | | 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
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
|
* A number of bug fixes to mrouted (no functionality enhancements from 3.5, justjkh1995-05-161-38/+72
| | | | | | | | | | | | | | 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>
* Make it compile and (except for mrouted which is untested as yet) run.wollman1994-09-081-0/+2
| | | | | Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference.
* mrouted from multicast 3.3 distributionwollman1994-09-081-0/+1136
OpenPOWER on IntegriCloud