Fix ifconfig usage, ifconfig create wlan0 -> ifconfig wlan0 create.
Submitted by: Brandon Gooch
This commit is contained in:
parent
80cbc8b523
commit
540e73710f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35742
1 changed files with 1 additions and 1 deletions
|
@ -3509,7 +3509,7 @@ bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
|
|||
<para>Bring up the wireless interface but don't set up any IP
|
||||
address on it:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig create <replaceable>wlan0</replaceable> wlandev <replaceable>iwn0</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>iwn0</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen>
|
||||
|
||||
<para>Create the &man.lagg.4; interface with <replaceable>bge0</replaceable>
|
||||
as master, and failover to <replaceable>wlan0</replaceable> if
|
||||
|
|
Loading…
Reference in a new issue