diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-01-06 21:10:30 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-06 21:10:30 +0000 |
commit | 2b026b8f2bbbcde58d64e0d088e3826014dbadb9 (patch) | |
tree | f1d0a40a2a6e33e9f309cdfe59bfbb0d9a7d4628 /usr.sbin/mrouted/mrouted.conf | |
parent | cdbc1b435eb50156bcfd34cdea74dde9156efc5f (diff) |
Resync our mainline to mrouted release 3.8.
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
Notes:
svn path=/head/; revision=13281
Diffstat (limited to 'usr.sbin/mrouted/mrouted.conf')
-rw-r--r-- | usr.sbin/mrouted/mrouted.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf index 4962d68e71f8..eb3bad3f4995 100644 --- a/usr.sbin/mrouted/mrouted.conf +++ b/usr.sbin/mrouted/mrouted.conf @@ -1,4 +1,4 @@ -# $Id: mrouted.conf,v 3.6 1995/06/25 19:11:55 fenner Exp $ +# $Id: mrouted.conf,v 3.8 1995/11/29 22:40:47 fenner Rel $ # # This is the configuration file for "mrouted", an IP multicast router. # mrouted looks for it in "/etc/mrouted.conf". @@ -35,3 +35,9 @@ tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500 # <-- REPLACE # # You might want to specify a boundary on your tunnel to the outside world, # as above. +# +# NOTE: ONLY uncomment the following if you are running mrouted.snmp! +#sysName "mymrouter" +#sysContact "Me <me@me.com> +x.yyy.zzz-zzzz" +#sysVersion "MyOS 4.1.3 and mrouted" +#sysLocation "The MBONE" |