diff options
-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" |