Add correct bridge(4) mibs for 5.2-RELEASE and later
Reported by: Matt Smith <matt@xtaz.net>
This commit is contained in:
parent
ea46242dc4
commit
b1daff9508
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19323
1 changed files with 15 additions and 0 deletions
|
|
@ -658,6 +658,13 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
|
||||
<screen>&prompt.root; <userinput>sysctl net.link.ether.bridge=1</userinput>
|
||||
&prompt.root; <userinput>sysctl net.link.ether.bridge_cfg="wi0 xl0"</userinput>
|
||||
&prompt.root; <userinput>sysctl net.inet.ip.forwarding=1</userinput></screen>
|
||||
|
||||
<para>On &os; 5.2-RELEASE and later, you have to use
|
||||
instead the following options:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sysctl net.link.ether.bridge.enable=1</userinput>
|
||||
&prompt.root; <userinput>sysctl net.link.ether.bridge.config="wi0 xl0"</userinput>
|
||||
&prompt.root; <userinput>sysctl net.inet.ip.forwarding=1</userinput></screen>
|
||||
|
||||
<para>Now it is time for the wireless card setup.</para>
|
||||
|
|
@ -1662,6 +1669,14 @@ rfcomm_sppd[94692]: Starting on /dev/ttyp6...</screen>
|
|||
<programlisting>net.link.ether.bridge_ipfw=1</programlisting>
|
||||
|
||||
<para>as well.</para>
|
||||
|
||||
<para>For &os; 5.2-RELEASE and later, use instead the following
|
||||
lines:</para>
|
||||
|
||||
<programlisting>net.link.ether.bridge.enable=1
|
||||
net.link.ether.bridge.config=<replaceable>if1</replaceable>,<replaceable>if2</replaceable>
|
||||
net.link.ether.bridge.ipfw=1</programlisting>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue