Deleted Added
full compact
inet6.4 (149454) inet6.4 (197138)
1.\" $KAME: inet6.4,v 1.21 2001/04/05 01:00:18 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\" $KAME: inet6.4,v 1.21 2001/04/05 01:00:18 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/share/man/man4/inet6.4 149454 2005-08-25 13:47:41Z glebius $
30.\" $FreeBSD: head/share/man/man4/inet6.4 197138 2009-09-12 22:08:20Z hrs $
31.\"
31.\"
32.Dd January 29, 1999
32.Dd September 2, 2009
33.Dt INET6 4
34.Os
35.Sh NAME
36.Nm inet6
37.Nd Internet protocol version 6 family
38.Sh SYNOPSIS
39.In sys/types.h
40.In netinet/in.h

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

302.It Dv IPV6CTL_MAXFRAGPACKETS
303.Pq ip6.maxfragpackets
304Integer: default maximum number of fragmented packets the node will accept.
3050 means that the node will not accept any fragmented packets.
306-1 means that the node will accept as many fragmented packets as it receives.
307The flag is provided basically for avoiding possible DoS attacks.
308.It Dv IPV6CTL_ACCEPT_RTADV
309.Pq ip6.accept_rtadv
33.Dt INET6 4
34.Os
35.Sh NAME
36.Nm inet6
37.Nd Internet protocol version 6 family
38.Sh SYNOPSIS
39.In sys/types.h
40.In netinet/in.h

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

302.It Dv IPV6CTL_MAXFRAGPACKETS
303.Pq ip6.maxfragpackets
304Integer: default maximum number of fragmented packets the node will accept.
3050 means that the node will not accept any fragmented packets.
306-1 means that the node will accept as many fragmented packets as it receives.
307The flag is provided basically for avoiding possible DoS attacks.
308.It Dv IPV6CTL_ACCEPT_RTADV
309.Pq ip6.accept_rtadv
310Boolean: enable/disable receiving of
310Boolean: the default value of a per-interface flag to
311enable/disable receiving of
311.Tn ICMPv6
312router advertisement packets,
313and autoconfiguration of address prefixes and default routers.
314The node must be a host
315(not a router)
316for the option to be meaningful.
317Defaults to off.
312.Tn ICMPv6
313router advertisement packets,
314and autoconfiguration of address prefixes and default routers.
315The node must be a host
316(not a router)
317for the option to be meaningful.
318Defaults to off.
319.It Dv IPV6CTL_AUTO_LINKLOCAL
320.Pq ip6.auto_linklocal
321Boolean: the default value of a per-interface flag to
322enable/disable performing automatic link-local address configuration.
323Defaults to on.
318.It Dv IPV6CTL_KEEPFAITH
319.Pq ip6.keepfaith
320Boolean: enable/disable
321.Dq FAITH
322TCP relay IPv6-to-IPv4 translator code in the kernel.
323Refer
324.Xr faith 4
325and

--- 206 unchanged lines hidden ---
324.It Dv IPV6CTL_KEEPFAITH
325.Pq ip6.keepfaith
326Boolean: enable/disable
327.Dq FAITH
328TCP relay IPv6-to-IPv4 translator code in the kernel.
329Refer
330.Xr faith 4
331and

--- 206 unchanged lines hidden ---