Deleted Added
full compact
route.8 (263152) route.8 (274363)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)route.8 8.3 (Berkeley) 3/19/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)route.8 8.3 (Berkeley) 3/19/94
29.\" $FreeBSD: head/sbin/route/route.8 263152 2014-03-14 06:29:43Z glebius $
29.\" $FreeBSD: head/sbin/route/route.8 274363 2014-11-11 02:52:40Z melifaro $
30.\"
30.\"
31.Dd January 11, 2014
31.Dd November 11, 2014
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS
38.Nm
39.Op Fl dnqtv

--- 270 unchanged lines hidden (view full) ---

310-xresolve RTF_XRESOLVE - emit mesg on use (for external lookup)
311-iface ~RTF_GATEWAY - destination is directly reachable
312-static RTF_STATIC - manually added route
313-nostatic ~RTF_STATIC - pretend route added by kernel or daemon
314-reject RTF_REJECT - emit an ICMP unreachable when matched
315-blackhole RTF_BLACKHOLE - silently discard pkts (during updates)
316-proto1 RTF_PROTO1 - set protocol specific routing flag #1
317-proto2 RTF_PROTO2 - set protocol specific routing flag #2
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS
38.Nm
39.Op Fl dnqtv

--- 270 unchanged lines hidden (view full) ---

310-xresolve RTF_XRESOLVE - emit mesg on use (for external lookup)
311-iface ~RTF_GATEWAY - destination is directly reachable
312-static RTF_STATIC - manually added route
313-nostatic ~RTF_STATIC - pretend route added by kernel or daemon
314-reject RTF_REJECT - emit an ICMP unreachable when matched
315-blackhole RTF_BLACKHOLE - silently discard pkts (during updates)
316-proto1 RTF_PROTO1 - set protocol specific routing flag #1
317-proto2 RTF_PROTO2 - set protocol specific routing flag #2
318-proto3 RTF_PROTO3 - set protocol specific routing flag #3
319.Ed
320.Pp
321The optional modifiers
322.Fl rtt ,
323.Fl rttvar ,
324.Fl sendpipe ,
325.Fl recvpipe ,
326.Fl mtu ,

--- 181 unchanged lines hidden ---
318.Ed
319.Pp
320The optional modifiers
321.Fl rtt ,
322.Fl rttvar ,
323.Fl sendpipe ,
324.Fl recvpipe ,
325.Fl mtu ,

--- 181 unchanged lines hidden ---