Note the use of NOINET6 on the FreeBSD 5.X series.
Submitted by: Daniel Gerzo <danger at rulez.sk> Approved by: trhodes (mentor)
This commit is contained in:
parent
f2018598fb
commit
8b6b3736bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27057
1 changed files with 4 additions and 3 deletions
|
@ -269,9 +269,10 @@
|
|||
<note>
|
||||
<para>The module assumes the presence of <literal>options
|
||||
INET</literal> and <literal>device bpf</literal>. Unless
|
||||
<literal>NO_INET6</literal> (for example in &man.make.conf.5;)
|
||||
was defined during the build, it also requires <literal>options
|
||||
INET6</literal>.</para>
|
||||
<literal>NOINET6</literal> for &os; prior to 6.0-RELEASE and
|
||||
<literal>NO_INET6</literal> for later releases (for example in
|
||||
&man.make.conf.5;) was defined during the build, it also
|
||||
requires<literal>options INET6</literal>.</para>
|
||||
</note>
|
||||
|
||||
<para>Once the kernel module is loaded or the kernel is statically
|
||||
|
|
Loading…
Reference in a new issue