Update the handbook in line with recent changes to bridge(4).
PR: docs/41826 Submitted by: Steve Peterson <steve@zpfe.com>
This commit is contained in:
parent
1a0e3b8a99
commit
1f915fa21a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14051
1 changed files with 7 additions and 2 deletions
|
@ -619,8 +619,13 @@ host2.example.com link#1 UC 0 0
|
|||
<programlisting>net.link.ether.bridge=1</programlisting>
|
||||
|
||||
<para>to <filename>/etc/sysctl.conf</filename> to enable the bridge at
|
||||
runtime. If you want the bridged packets to be filtered by &man.ipfw.8;,
|
||||
you should add:</para>
|
||||
runtime, and the line:</para>
|
||||
|
||||
<programlisting>net.link.ether.bridge_cfg=<replaceable>if1</replaceable>,<replaceable>if2</replaceable></programlisting>
|
||||
|
||||
<para>to enable bridging on the specified interfaces (replace if1 and
|
||||
if2 with the names of your two network interfaces). If you want the
|
||||
bridged packets to be filtered by &man.ipfw.8;, you should add:</para>
|
||||
|
||||
<programlisting>net.link.ether.bridge_ipfw=1</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue