Route	2.06 (20 Dec 2001)
*Route is used to manipulate the Internet routing tables.
Syntax: *Route [<switches>] add|delete|change|get [-net|-host] <dest> [<gateway>] [flags]
        *Route [<switches>] flush|monitor

<dest> is destination host or network
<gateway> is next-hop gateway

Switches:
  -cloning    generates a new route on use
  -iface      destination is directly reachable
  -static     manually added route
  -nostatic   pretend route added by kernel or daemon
  -reject     emit an ICMP unreachable when matched
  -blackhole  silently discard pkts (during updates)
  -rtt <n>    initial round-trip time
  -rttvar <n> initial RTT variance
  -mtu <n>    initial MTU
  -expire <n> expiry time

Options:
  -e          write error report to Inet$Error
  -n          show network addresses as numbers
  -v          (verbose) print additional details
  -q          suppress all output
