ADD_ROUT.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. ADD_ROUTE(8)              Minix Programmer's Manual               ADD_ROUTE(8)
  2. NAME
  3.      add_route - configure IP routing.
  4. SYNOPSIS
  5.      add_route -g gateway [-d destination [-n netmask ]] [-i ip device]
  6. DESCRIPTION
  7.      Add_route is used for manual entry of routes in the IP routing table.
  8. OPTIONS
  9.      -g   gateway specifies the gateway IP address to use.
  10.      -d   destination specifies the destination(s) reached via this gateway.
  11.      -n   netmask specifies a netmask when the destination is a net.
  12.      -i   ip device specifies the ip device.
  13. SEE ALSO
  14.      irdp(8), pr_routes(8).
  15. AUTHOR
  16.      Add_route.c was created August 7, 1991 by  Philip  Homburg.  This  manual
  17.      page by A. S. Woodhull, last revised 13.02.96.
  18.                                                                              1