Deleted Added
full compact
route.8 (263140) route.8 (263152)
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 263140 2014-03-14 02:58:48Z glebius $
29.\" $FreeBSD: head/sbin/route/route.8 263152 2014-03-14 06:29:43Z glebius $
30.\"
31.Dd January 11, 2014
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS

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

139If the
140.Cm flush
141command is specified,
142.Nm
143will ``flush'' the routing tables of all gateway entries.
144When the address family may is specified by any of the
145.Fl osi ,
146.Fl xns ,
30.\"
31.Dd January 11, 2014
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS

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

139If the
140.Cm flush
141command is specified,
142.Nm
143will ``flush'' the routing tables of all gateway entries.
144When the address family may is specified by any of the
145.Fl osi ,
146.Fl xns ,
147.Fl atalk ,
148.Fl inet6 ,
149or
150.Fl inet
151modifiers, only routes having destinations with addresses in the
152delineated family will be deleted.
153Additionally,
154.Fl 4
155or

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

250indicating the interface to be used for transmission.
251Alternately, if the interface is point to point the name of the interface
252itself may be given, in which case the route remains valid even
253if the local or remote addresses change.
254.Pp
255The optional modifiers
256.Fl xns ,
257.Fl osi ,
147.Fl inet6 ,
148or
149.Fl inet
150modifiers, only routes having destinations with addresses in the
151delineated family will be deleted.
152Additionally,
153.Fl 4
154or

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

249indicating the interface to be used for transmission.
250Alternately, if the interface is point to point the name of the interface
251itself may be given, in which case the route remains valid even
252if the local or remote addresses change.
253.Pp
254The optional modifiers
255.Fl xns ,
256.Fl osi ,
258.Fl atalk ,
259and
260.Fl link
261specify that all subsequent addresses are in the
257and
258.Fl link
259specify that all subsequent addresses are in the
262.Tn XNS ,
263.Tn OSI ,
260.Tn XNS
264or
261or
265.Tn AppleTalk
262.Tn OSI
266address families,
267or are specified as link-level addresses,
268and the names must be numeric specifications rather than
269symbolic names.
270.Pp
271The optional
272.Fl netmask
273modifier is intended

--- 237 unchanged lines hidden ---
263address families,
264or are specified as link-level addresses,
265and the names must be numeric specifications rather than
266symbolic names.
267.Pp
268The optional
269.Fl netmask
270modifier is intended

--- 237 unchanged lines hidden ---