diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /etc/mrouted.conf |
initial import of NetBSD tree
Diffstat (limited to 'etc/mrouted.conf')
-rw-r--r-- | etc/mrouted.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/mrouted.conf b/etc/mrouted.conf new file mode 100644 index 00000000000..0b93876708b --- /dev/null +++ b/etc/mrouted.conf @@ -0,0 +1,14 @@ +# $Id: mrouted.conf,v 1.1 1995/10/18 08:37:56 deraadt Exp $ +# +# This is the configuration file for "mrouted", an IP multicast router. +# mrouted looks for it in "/etc/mrouted.conf". +# +# Command formats: +# +# phyint <local-addr> [disable] [metric <m>] [threshold <t>] +# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] [threshold <t>] +# +# any phyint commands MUST precede any tunnel commands +# + +tunnel 36.8.0.77 36.2.0.8 metric 3 # <-- EXAMPLE; REPLACE OR DELETE |