diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 06:45:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 06:45:59 +0000 |
commit | a2d742ba04b0e50a993d51980923004ca0f3efde (patch) | |
tree | 2d6cb0de3e9a4a1a4044bd14a1c83a92dd5d9d85 | |
parent | 61d08799fdc8debd9b0dd7fd3e6f780e69ffeecf (diff) |
from netbsd; new mrouted
-rw-r--r-- | etc/mrouted.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/mrouted.conf b/etc/mrouted.conf index 443eae27ca0..82f9c3777b1 100644 --- a/etc/mrouted.conf +++ b/etc/mrouted.conf @@ -1,4 +1,4 @@ -# $NetBSD: mrouted.conf,v 1.1.4.1 1995/10/21 18:10:57 thorpej Exp $ +# $NetBSD: mrouted.conf,v 1.3 1995/12/10 10:11:09 mycroft Exp $ # # This is the configuration file for "mrouted", an IP multicast router. # mrouted looks for it in "/etc/mrouted.conf". @@ -30,7 +30,14 @@ # # # Template tunnel for mcast_install +tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500 # <-- REPLACE # boundary LOCAL # # 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" |