diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 10:40:53 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 10:40:53 +0000 |
commit | aa805a5eb75cf1e9bf970db6bc7fb75159cf6908 (patch) | |
tree | e56d5fc72f962232dc433104ccb2a45a0f4e3069 /usr.sbin/mrouted/mrouted.conf | |
parent | 13b3ebf134bec33cecfaeffdde8cd9d7abde6b43 (diff) |
Remove mrouted from -CURRENT.
Discussed with: fenner, net@
Notes
Notes:
svn path=/head/; revision=162781
Diffstat (limited to 'usr.sbin/mrouted/mrouted.conf')
-rw-r--r-- | usr.sbin/mrouted/mrouted.conf | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf deleted file mode 100644 index e9cb04c3ed6e..000000000000 --- a/usr.sbin/mrouted/mrouted.conf +++ /dev/null @@ -1,44 +0,0 @@ -# $FreeBSD$ -# 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". -# -# Command formats: -# -# name <boundname> <scoped-addr>/<mask-len> -# cache_lifetime 3600 # seconds -# pruning on -# -# phyint <local-addr> [disable] [metric <m>] [threshold <t>] [rate_limit <b>] -# [boundary (<boundname>|<scoped-addr>/<mask-len>)] -# [altnet (<subnet>/<mask-len>|<subnet>)] -# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] -# [threshold <t>] [rate_limit <b>] -# [boundary (<boundname>|<scoped-addr>/<mask-len>)] -# -# NOTE: any phyint commands MUST precede any tunnel commands -# NOTE: the mask-len is the no. of leading 1's in the mask -# NOTE: rate_limit is in kilobits, and defaults to 500 for tunnels -# -# Example of named bounary: -#name LOCAL 239.255.0.0/16 -#name EE 239.254.0.0/16 # i.e. the EE dept wants local groups -# -# Example of use of named boundary -#phyint le1 boundary EE # le1 is our interface to comp sci, -# # keep them away from our local groups -# -# -# 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" |