source: trunk/minix/man/man8/add_route.8@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.1 KB
RevLine 
[9]1.TH ADD_ROUTE 8
2.SH NAME
3add_route, del_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.B del_route
15.RB [ \-o "]"
16.RB [ \-D "]"
17.RB \-g
18.RI gateway
19.RB [ \-d
20.RI destination "]"
21.RB [ \-n
22.RI netmask " ]]"
23.RB [ \-I
24.RI ipdev "]"
25.RB [ \-v "]"
26
27.B del_route
28.RB \-i
29.RB [ \-D "]"
30.RB \-g
31.RI gateway
32.RB \-d
33.RI dst
34.RB [ \-n
35.RI netmask "]"
36.RB [ \-I
37.RI ipdev "]"
38.RB [ \-v "]"
39
40
41.SH DESCRIPTION
42.de SP
43.if t .sp 0.4
44.if n .sp
45..
46.B Add_route
47and
48.B del_route
49are used for manual maintenance of routes in the IP routing table.
50
51.SH OPTIONS
52.TP
53.B \-g
54.I gateway
55specifies the gateway IP address to use.
56.TP
57.B \-d
58.I destination
59specifies the destination(s) reached via this gateway.
60.TP
61.B \-n
62.I netmask
63specifies a netmask when the destination is a net.
64.TP
65.B \-I
66.I "ip device"
67specifies the ip device.
68.SH "SEE ALSO"
69.BR irdp (8),
70.BR pr_routes (8).
71.SH AUTHOR
72.I Add_route.c
73was created August 7, 1991 by Philip Homburg.
74This manual page by A. S. Woodhull, last revised 13.02.96. Added
75alias for del_route 17.11.05.
76
77
78
Note: See TracBrowser for help on using the repository browser.