mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
inet6_option_space is deprecated, refer to inet6_opt_init instead
Reviewed by: bz, hrs MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D26273
This commit is contained in:
parent
3412900333
commit
0943200b13
1 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 1, 2018
|
||||
.Dd July 30, 2021
|
||||
.Dt IP6 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -291,7 +291,7 @@ struct ip6_hbh {
|
|||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn inet6_option_space
|
||||
.Fn inet6_opt_init
|
||||
routine and family of routines may be used to manipulate this data.
|
||||
.Pp
|
||||
This option requires superuser privileges.
|
||||
|
|
@ -311,7 +311,7 @@ struct ip6_dest {
|
|||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn inet6_option_space
|
||||
.Fn inet6_opt_init
|
||||
routine and family of routines may be used to manipulate this data.
|
||||
.Pp
|
||||
This option requires superuser privileges.
|
||||
|
|
@ -345,7 +345,7 @@ struct ip6_rthdr {
|
|||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn inet6_option_space
|
||||
.Fn inet6_opt_init
|
||||
routine and family of routines may be used to manipulate this data.
|
||||
.Pp
|
||||
This option requires superuser privileges.
|
||||
|
|
|
|||
Loading…
Reference in a new issue