Lines Matching full:route
7 .TH ROUTE 8 "August 29, 2021"
9 route \- manually manipulate the routing tables
12 \fBroute\fR [\fB-fnvq\fR] \fIsub-command\fR [ [\fImodifiers\fR] \fIargs\fR]
17 \fBroute\fR [\fB-fnvq\fR] [\fB-p\fR [\fB-R\fR \fIroot-dir\fR]] add | delete [\fImodifiers\fR] \fIde…
23 \fBroute\fR [\fB-fnvq\fR] change | get [\fImodifiers\fR] \fIdestination\fR
29 \fBroute\fR [\fB-fn\fR] monitor [\fImodifiers\fR]
34 \fBroute\fR [\fB-fnvq\fR] flush [\fImodifiers\fR]
39 \fBroute\fR \fB-p\fR [\fB-R\fR \fIroot-dir\fR] show
43 \fBroute\fR manually manipulates the network routing tables. These tables are
48 \fBroute\fR supports a limited number of general options, but a rich command
50 of the programmatic interface discussed in \fBroute\fR(4P).
53 \fBroute\fR uses a routing socket and the new message types \fBRTM_ADD\fR,
64 in conjunction with any of the \fBroute\fR subcommands, \fBroute\fR flushes
86 Make changes to the network route tables persistent across system restarts. The
89 whether an operation was successful, a failure to add a route that already
90 exists or to delete a route that is not in the routing table is ignored. At
113 Specify an alternate root directory where \fBroute\fR applies changes. This
115 \fB-R\fR is specified, route changes are applied only to the list of saved
138 Add a route.
147 Change aspects of a route (such as its gateway).
156 Delete a specific route.
174 Look up and display the route for a destination.
203 route [ -fnvq ] cmd \fIdestination\fR \fIgateway\fR [metric/netmask]
220 route [ -fnvq ] \fIcmd\fR \fIdestination\fR [\fIgateway\fR [metric/netmask]]
237 route monitor [ -inet | -inet6 ]
243 \fBroute\fR executes its subcommands on routes to destinations by way of
253 how the \fBroute\fR subcommand interprets it.
283 resolved as the symbolic name of a network, then the route is assumed to be to
284 a network; otherwise, it is presumed to be a route to a host.
334 In the following example, the route does not refer to an external gateway
336 destination addresses matching the destination and mask on such a route are
338 using the ARP protocol, this type of route is used to specify that all matching
341 netmask, by adding a default route using this command. For example:
345 example# route add default \fIhostname\fR -interface
363 example# route add default \fIhostname\fR 0
370 This value was once a route metric, but this metric is no longer used. If the
406 Each of the following examples creates an IPv4 route to the destination
411 example# route add 192.0.2.32/27 somegateway
412 example# route add 192.0.2.32 -netmask 255.255.255.224 somegateway
413 example# route add 192.0.2.32 somegateway 255.255.255.224
421 IPv6 route to the destination \fB33fe::\fR with a netmask of \fB16\fR one-bits
426 example# route add -inet6 3ffe::/16 somegateway
436 example, \fB\fR\fB-ifp\fR \fBlo0\fR associates the route with the \fBlo0\fR
438 multipathing) group, then requests to add a route will automatically be
440 change a route on an underlying interface will fail.
456 \fB-static\fR \fBRTF_STATIC\fR Manually added route
458 Pretend route was added by kernel or routing daemon
464 \fB-private\fR \fBRTF_PRIVATE\fR Do not advertise this route
465 \fB-multirt\fR \fBRTF_MULTIRT\fR Creates the specified redundant route
560 Security attributes of the route. This modifier is available only if the system
581 a non-negative integer. The route will apply only for packets with the same
672 The specified route is being added to the tables. The values printed are from
713 An attempt to add a route failed because the gateway listed was not on a
734 An \fBadd\fR operation was attempted for a route that already exists in the
756 An attempt to add, delete, change, or flush a route failed because the calling
768 Combining the all destinations are local route with subnet or network routes
770 destinations are local route are undefined and can vary from release to