diff options
author | Robert Göhler <github@ghlr.de> | 2023-01-02 20:26:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 20:26:53 +0100 |
commit | e8b6033d791bafc63e6b68940f3b51362f0d940b (patch) | |
tree | 115fa78e14b132d6ae08467228823924217047ab | |
parent | f05c6af3517f8b05df01ffea90790c6129a61784 (diff) | |
parent | 895c2dd8da7cc86874b4089d902550292e2ae991 (diff) | |
download | vyos-documentation-e8b6033d791bafc63e6b68940f3b51362f0d940b.tar.gz vyos-documentation-e8b6033d791bafc63e6b68940f3b51362f0d940b.zip |
Merge pull request #913 from josenj/master
Added line in the example to match "Resulting in"
-rw-r--r-- | docs/configuration/interfaces/wireless.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/wireless.rst b/docs/configuration/interfaces/wireless.rst index 231652a0..8be7cec9 100644 --- a/docs/configuration/interfaces/wireless.rst +++ b/docs/configuration/interfaces/wireless.rst @@ -305,7 +305,7 @@ default physical device (``phy0``) is used. set interfaces wireless wlan0 type station set interfaces wireless wlan0 address dhcp set interfaces wireless wlan0 ssid Test - set interfaces wireless wlan0 security wpa + set interfaces wireless wlan0 security wpa passphrase '12345678' Resulting in |