diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-27 23:56:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-27 23:56:46 +0000 |
commit | a16d5b4034c5f886ef41ccb649abcb51e05a1d45 (patch) | |
tree | 5ee8408045baf1b149467e792c0da8a391d46be8 /etc/mrouted.conf | |
parent | c2acb6a537615fc3e3a7d16b4ea6b52bd6136490 (diff) |
update from NetBSD
Diffstat (limited to 'etc/mrouted.conf')
-rw-r--r-- | etc/mrouted.conf | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/etc/mrouted.conf b/etc/mrouted.conf index 0b93876708b..443eae27ca0 100644 --- a/etc/mrouted.conf +++ b/etc/mrouted.conf @@ -1,14 +1,36 @@ -# $Id: mrouted.conf,v 1.1 1995/10/18 08:37:56 deraadt Exp $ +# $NetBSD: mrouted.conf,v 1.1.4.1 1995/10/21 18:10:57 thorpej 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>] +# name <boundname> <scoped-addr>/<mask-len> +# cache_lifetime 3600 # seconds +# pruning on # -# any phyint commands MUST precede any tunnel commands +# 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>)] # - -tunnel 36.8.0.77 36.2.0.8 metric 3 # <-- EXAMPLE; REPLACE OR DELETE +# 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 +# boundary LOCAL +# +# You might want to specify a boundary on your tunnel to the outside world, +# as above. |