]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove outdated note from PROTOCOL.mux
authordjm@openbsd.org <djm@openbsd.org>
Mon, 8 Jan 2024 05:11:18 +0000 (05:11 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jan 2024 05:12:17 +0000 (16:12 +1100)
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

PROTOCOL.mux

index 5a3dd5fe04d743cc5335950b3797bab5537577ba..fef2e13d436f9d3323cd560ec75d2e9b2dda0872 100644 (file)
@@ -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 $