Home | History | Annotate | Line # | Download | only in etc
mrouted.conf revision 1.1
      1  1.1  brezak # $Id: mrouted.conf,v 1.1 1994/01/11 20:20:32 brezak Exp $
      2  1.1  brezak #
      3  1.1  brezak #   This is the configuration file for "mrouted", an IP multicast router.
      4  1.1  brezak #   mrouted looks for it in "/etc/mrouted.conf".
      5  1.1  brezak #
      6  1.1  brezak #   Command formats:
      7  1.1  brezak #
      8  1.1  brezak #      phyint <local-addr> [disable] [metric <m>] [threshold <t>]
      9  1.1  brezak #      tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] [threshold <t>]
     10  1.1  brezak #
     11  1.1  brezak #   any phyint commands MUST precede any tunnel commands
     12  1.1  brezak #
     13  1.1  brezak 
     14  1.1  brezak tunnel 36.8.0.77 36.2.0.8 metric 3	# <-- EXAMPLE; REPLACE OR DELETE
     15