Add correct bridge(4) mibs for 5.2-RELEASE and later

Reported by:	Matt Smith <matt@xtaz.net>
This commit is contained in:
Marc Fonvieille 2003-12-28 17:00:29 +00:00
parent ea46242dc4
commit b1daff9508
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19323

View file

@ -658,6 +658,13 @@ wi0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; 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;&nbsp;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;&nbsp;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>