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:
parent
774460e760
commit
c5a313bd14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19901
1 changed files with 2 additions and 2 deletions
|
@ -681,14 +681,14 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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; 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>
|
||||
|
|
Loading…
Reference in a new issue