Deleted Added
full compact
inet.4 (112929) inet.4 (112985)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man4/inet.4 112929 2003-04-01 08:21:44Z mdodd $
33.\" $FreeBSD: head/share/man/man4/inet.4 112985 2003-04-02 20:14:44Z mdodd $
34.\"
35.Dd February 14, 1995
36.Dt INET 4
37.Os
38.Sh NAME
39.Nm inet
40.Nd Internet protocol family
41.Sh SYNOPSIS

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

256.Pq ip.rtminexpire
257Integer: minimum value of ip.rtexpire (default ten seconds). This
258value has no effect on user modifications, but restricts the dynamic
259adaptation described above.
260.It Dv IPCTL_RTMAXCACHE
261.Pq ip.rtmaxcache
262Integer: trigger level of cached, unreferenced, protocol-cloned routes
263which initiates dynamic adaptation (default 128).
34.\"
35.Dd February 14, 1995
36.Dt INET 4
37.Os
38.Sh NAME
39.Nm inet
40.Nd Internet protocol family
41.Sh SYNOPSIS

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

256.Pq ip.rtminexpire
257Integer: minimum value of ip.rtexpire (default ten seconds). This
258value has no effect on user modifications, but restricts the dynamic
259adaptation described above.
260.It Dv IPCTL_RTMAXCACHE
261.Pq ip.rtmaxcache
262Integer: trigger level of cached, unreferenced, protocol-cloned routes
263which initiates dynamic adaptation (default 128).
264.It Dv IPCTL_RFC3514
265.Pq ip.rfc3514
266Boolean: Enable support for RFC3514. Defaults to off.
267.It Dv IPCTL_SPEAK_NO_EVIL
268.Pq ip.speak_no_evil
269Boolean: Prevent the transmission of RFC3514 (EVIL) packets.
270Defaults to off.
271.It Dv IPCTL_HEAR_NO_EVIL
272.Pq ip.hear_no_evil
273Boolean: Prevent the reception of RFC3514 (EVIL) packets.
274Defaults to off.
275.El
276.Sh SEE ALSO
277.Xr ioctl 2 ,
278.Xr socket 2 ,
279.Xr sysctl 3 ,
280.Xr icmp 4 ,
281.Xr intro 4 ,
282.Xr ip 4 ,

--- 28 unchanged lines hidden ---
264.El
265.Sh SEE ALSO
266.Xr ioctl 2 ,
267.Xr socket 2 ,
268.Xr sysctl 3 ,
269.Xr icmp 4 ,
270.Xr intro 4 ,
271.Xr ip 4 ,

--- 28 unchanged lines hidden ---