aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/mrouted.conf
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-08 00:26:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-08 00:26:13 +0000
commit15fe6b871201106b32216eee33c871d4d5684e1c (patch)
treeac5b66ecd661537969bffb9c43349152a182dd2c /usr.sbin/mrouted/mrouted.conf
downloadsrc-15fe6b871201106b32216eee33c871d4d5684e1c.tar.gz
src-15fe6b871201106b32216eee33c871d4d5684e1c.zip
mrouted from multicast 3.3 distributionvendor/mrouted/3.3
Notes
Notes: svn path=/cvs2svn/branches/XEROX/; revision=2555 svn path=/cvs2svn/tags/MULTICAST_3_3/; revision=2557; tag=vendor/mrouted/3.3
Diffstat (limited to 'usr.sbin/mrouted/mrouted.conf')
-rw-r--r--usr.sbin/mrouted/mrouted.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf
new file mode 100644
index 000000000000..5340bfcd0a6d
--- /dev/null
+++ b/usr.sbin/mrouted/mrouted.conf
@@ -0,0 +1,26 @@
+# $Id: mrouted.conf,v 1.5 1994/08/24 23:54:21 thyagara Exp $
+#
+# This is the configuration file for "mrouted", an IP multicast router.
+# mrouted looks for it in "/etc/mrouted.conf".
+#
+# Command formats:
+#
+# cache_lifetime 3600
+# pruning on
+#
+# phyint <local-addr> [disable] [metric <m>] [threshold <t>] [rate_limit <b>]
+# [boundary <scoped-addr>/<mask-len>]
+# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>]
+# [threshold <t>] [rate_limit <b>]
+# [boundary <scoped-addr>/<mask-len>]
+#
+# NOTE: any phyint commands MUST precede any tunnel commands
+# NOTE: boundary commands may appear on a separate line
+# (OTHER keywords must be on the same line as phyint or tunnel)
+# NOTE: the mask-len is the no. of leading 1's in the mask
+#
+
+phyint 128.4.2.2 metric 1 threshold 16 boundary 239.2.0.0/16
+ boundary 239.5.8.0/24
+tunnel 128.4.0.77 128.4.0.8 metric 3 rate_limit 500 # <-- EXAMPLE
+ boundary 239.2.3.3/16 # 239.2.x.x is scoped