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

操作系统开发

开发平台:

C/C++

  1. .TH ADD_ROUTE 8
  2. .SH NAME
  3. add_route - configure IP routing.
  4. .SH SYNOPSIS
  5. .B add_route
  6. .RB -g 
  7. .RI gateway
  8. .RB [ -d 
  9. .RI destination 
  10. .RB [ -n
  11. .RI netmask " ]]"
  12. .RB [ -i 
  13. .RI "ip device]"
  14. .SH DESCRIPTION
  15. .de SP
  16. .if t .sp 0.4
  17. .if n .sp
  18. ..
  19. .B Add_route
  20. is used for manual entry of routes in the IP routing table.
  21. .SH OPTIONS
  22. .TP
  23. .B -g 
  24. .I gateway 
  25. specifies the gateway IP address to use.
  26. .TP
  27. .B -d
  28. .I destination
  29. specifies the destination(s) reached via this gateway.
  30. .TP
  31. .B -n
  32. .I netmask
  33. specifies a netmask when the destination is a net.
  34. .TP
  35. .B -i
  36. .I "ip device"
  37. specifies the ip device. 
  38. .SH "SEE ALSO"
  39. .BR irdp (8),
  40. .BR pr_routes (8).
  41. .SH AUTHOR
  42. .I Add_route.c 
  43. was created August 7, 1991 by Philip Homburg. 
  44. This manual page by A. S. Woodhull, last revised 13.02.96.