It probably belongs with the other vmctl entry rather than under
userland networking changes...
Ross
Index: 69.html
===================================================================
RCS file: /cvs/www/69.html,v
retrieving revision 1.53
diff -u -p -r1.53 69.html
--- 69.html 18 Apr 2021 12:08:06 -0000 1.53
+++ 69.html 19 Apr 2021 05:06:03 -0000
@@ -307,6 +307,11 @@ to 6.9.
<li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>
properly indicate VMs are stopping instead of "running" with
"vmctl
status".
+ <li>Simplify argument parsing of
+ <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>
stop</code>
+ thereby avoiding a
+ <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s"
NULL,
+ a use of uninitialized and a dead else branch.
<li>Cleaned up events on <a
href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume
and
fixed an issue leading to broken serial console by cleanly
tearing
@@ -1094,11 +1099,6 @@ to 6.9.
analysis of TCP connections.
<li>Avoid leaking the help text in
<a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
- <li>Simplify argument parsing of
- <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>
stop</code>
- thereby avoiding a
- <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s"
NULL,
- a use of uninitialized and a dead else branch.
<li>Increased the maximum length for CHAP challenges to 96 octets to
ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a>
can
handle longer challenges, such as those sent by Juniper.