Add a coma between bridged network interfaces.

PR:		docs/61979
Submitted by:	Alex Wilkinson <alex.wilkinson@dsto.defence.gov.au>
Approved by:	blackend (mentor)
This commit is contained in:
Alex Dupre 2004-02-01 00:13:20 +00:00
parent 774460e760
commit c5a313bd14
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19901

View file

@ -681,14 +681,14 @@ wi0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500
We do that by using &man.sysctl.8;:</para>
<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.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.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>