Print this page
Clearview IPMP manpages

Split Close
Expand all
Collapse all
          --- old/./route.1m.txt
          +++ new/./route.1m.txt
↓ open down ↓ 92 lines elided ↑ open up ↑
  93   93       -q             Suppress all output.
  94   94  
  95   95  
  96   96       -R root-dir    Specify an  alternate  root  directory  where
  97   97                      route applies changes. This option is ignored
  98   98                      unless  used  in  conjunction  with  the   -p
  99   99                      option.  When  -R is specified, route changes
 100  100                      are applied only to the list of saved  routes
 101  101                      to  be  used  at  startup, not to the network
 102  102                      routing tables. In addition, certain  checks,
 103      -                    such  as  the existance of network interfaces
      103 +                    such  as  the existence of network interfaces
 104  104                      used with -ifp, are skipped. This can be use-
 105  105                      ful  from within JumpStart scripts, where the
 106  106                      root directory of the system  being  modified
 107  107                      is in a location other than /.
 108  108  
 109  109  
 110  110       -v             Print additional details in verbose mode.
 111  111  
 112  112  
 113  113    Subcommands
↓ open down ↓ 224 lines elided ↑ open up ↑
 338  338       -interface).  If it is non-zero but cannot be interpreted as
 339  339       a subnet mask, then a gateway is used (default).
 340  340  
 341  341  
 342  342       With the AF_INET  address  family  or  an  IPv4  address,  a
 343  343       separate subnet mask can be specified. This can be specified
 344  344       in one of the following ways:
 345  345  
 346  346           o    IP address following the gateway address . This  is
 347  347                typically  specified in decimal dot notation as for
 348      -              inet_addr(3SOCKET) rather than in symbollic form.
      348 +              inet_addr(3SOCKET) rather than in symbolic form.
 349  349  
 350  350           o    IP address following the -netmask qualifier.
 351  351  
 352  352           o    Slash character and a decimal  length  appended  to
 353  353                the destination address.
 354  354  
 355  355  
 356  356       If a subnet mask is not specified, the mask used is the sub-
 357  357       net  mask  of  the  output interface selected by the gateway
 358  358       address, if the classful network of the destination  is  the
↓ open down ↓ 32 lines elided ↑ open up ↑
 391  391  
 392  392  
 393  393  
 394  394  
 395  395  
 396  396  
 397  397  System Administration Commands                          route(1M)
 398  398  
 399  399  
 400  400  
 401      -     specify the interface by name. For example, -ifp lo0 associ-
 402      -     ates the route with the lo0 interface.
      401 +     specify   the interface by   name.   For example, *-ifp lo0*
      402 +     associates the route with the *lo0* interface.  If the named
      403 +     interface is an underlying interface in  an IPMP group, then
      404 +     requests to add a  route will automatically be translated to
      405 +     the corresponding IPMP IP  interface, and requests to delete
      406 +     or change a route on an underlying interface will fail.
 403  407  
      408 +
 404  409    Routing Flags
 405  410       Routes have associated flags that influence operation of the
 406  411       protocols  when  sending  to  destinations  matched  by  the
 407  412       routes. These flags can be set (and in some  cases  cleared,
 408  413       indicated  by ~) by including the following modifiers on the
 409  414       command line:
 410  415  
 411  416  
 412  417  
 413  418         Modifier          Flag                     Description
↓ open down ↓ 310 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX