netplan-developers team mailing list archive
-
netplan-developers team
-
Mailing list archive
-
Message #00020
[Merge] ~mwhudson/netplan:master into netplan:master
Michael Hudson-Doyle has proposed merging ~mwhudson/netplan:master into netplan:master.
Requested reviews:
Developers of netplan (netplan-developers)
For more details, see:
https://code.launchpad.net/~mwhudson/netplan/+git/netplan/+merge/309897
Just something I noticed in passing.
--
Your team Developers of netplan is requested to review the proposed merge of ~mwhudson/netplan:master into netplan:master.
diff --git a/doc/netplan.md b/doc/netplan.md
index 7fcadf0..7957648 100644
--- a/doc/netplan.md
+++ b/doc/netplan.md
@@ -318,7 +318,7 @@ This is a complex example which shows most available features:
match: {}
access-points:
"Joe's home":
- # mode defaults to "managed" (client)
+ # mode defaults to "infrastructure" (client)
password: "s3kr1t"
# this creates an AP on wlp1s0 using hostapd; no match rules, thus ID is
# the interface name
Follow ups