diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-01-08 06:11:18 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-01-08 06:12:17 +0100 |
commit | 219c8134157744886ee6ac5b8c1650abcd981f4c (patch) | |
tree | eed3d9b822d3149a1a16c524a2a77ecca81246ec /PROTOCOL.mux | |
parent | upstream: fix missing field in users-groups-by-id@openssh.com reply (diff) | |
download | openssh-219c8134157744886ee6ac5b8c1650abcd981f4c.tar.xz openssh-219c8134157744886ee6ac5b8c1650abcd981f4c.zip |
upstream: Remove outdated note from PROTOCOL.mux
Port forward close by control master is already implemented
by `mux_master_process_close_fwd` in `mux.c`
GHPR442 from bigb4ng
OpenBSD-Commit-ID: ad0734fe5916d2dc7dd02b588906cea4df0482fb
Diffstat (limited to 'PROTOCOL.mux')
-rw-r--r-- | PROTOCOL.mux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 5a3dd5fe0..fef2e13d4 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux @@ -188,8 +188,6 @@ For dynamically allocated listen port the server replies with 7. Requesting closure of port forwards -Note: currently unimplemented (server will always reply with MUX_S_FAILURE). - A client may request the master to close a port forward: uint32 MUX_C_CLOSE_FWD @@ -295,4 +293,4 @@ XXX session inspection via master XXX signals via mux request XXX list active connections via mux -$OpenBSD: PROTOCOL.mux,v 1.13 2022/01/01 01:55:30 jsg Exp $ +$OpenBSD: PROTOCOL.mux,v 1.14 2024/01/08 05:11:18 djm Exp $ |