minix/minix/commands/add_route/add_route.8
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

79 lines
1.1 KiB
Groff

.TH ADD_ROUTE 8
.SH NAME
add_route, del_route \- configure IP routing.
.SH SYNOPSIS
.B add_route
.RB \-g
.RI gateway
.RB [ \-d
.RI destination
.RB [ \-n
.RI netmask " ]]"
.RB [ \-I
.RI "ip device]"
.B del_route
.RB [ \-o "]"
.RB [ \-D "]"
.RB \-g
.RI gateway
.RB [ \-d
.RI destination "]"
.RB [ \-n
.RI netmask " ]]"
.RB [ \-I
.RI ipdev "]"
.RB [ \-v "]"
.B del_route
.RB \-i
.RB [ \-D "]"
.RB \-g
.RI gateway
.RB \-d
.RI dst
.RB [ \-n
.RI netmask "]"
.RB [ \-I
.RI ipdev "]"
.RB [ \-v "]"
.SH DESCRIPTION
.de SP
.if t .sp 0.4
.if n .sp
..
.B Add_route
and
.B del_route
are used for manual maintenance of routes in the IP routing table.
.SH OPTIONS
.TP
.B \-g
.I gateway
specifies the gateway IP address to use.
.TP
.B \-d
.I destination
specifies the destination(s) reached via this gateway.
.TP
.B \-n
.I netmask
specifies a netmask when the destination is a net.
.TP
.B \-I
.I "ip device"
specifies the ip device.
.SH "SEE ALSO"
.BR irdp (8),
.BR pr_routes (8).
.SH AUTHOR
.I Add_route.c
was created August 7, 1991 by Philip Homburg.
This manual page by A. S. Woodhull, last revised 13.02.96. Added
alias for del_route 17.11.05.