diff options
author | 2011-09-09 00:44:07 +0000 | |
---|---|---|
committer | 2011-09-09 00:44:07 +0000 | |
commit | ad885fd0106a42aa02076a803007a1fa54941107 (patch) | |
tree | 3b0fdafd79e67ab90f8ba950fec803823a54fbe0 | |
parent | fix typo in IPQoS parsing: there is no "AF14" class, but there is (diff) | |
download | wireguard-openbsd-ad885fd0106a42aa02076a803007a1fa54941107.tar.xz wireguard-openbsd-ad885fd0106a42aa02076a803007a1fa54941107.zip |
MUX_C_CLOSE_FWD includes forward type in message (though it isn't
implemented anyway)
-rw-r--r-- | usr.bin/ssh/PROTOCOL.mux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/PROTOCOL.mux b/usr.bin/ssh/PROTOCOL.mux index 9ad2566026b..49cbe5b457f 100644 --- a/usr.bin/ssh/PROTOCOL.mux +++ b/usr.bin/ssh/PROTOCOL.mux @@ -133,6 +133,7 @@ A client may request the master to close a port forward: uint32 MUX_C_CLOSE_FWD uint32 request id + uint32 forwarding type string listen host string listen port string connect host @@ -218,4 +219,4 @@ XXX inject packet (what about replies) XXX server->client error/warning notifications XXX send signals via mux -$OpenBSD: PROTOCOL.mux,v 1.7 2011/05/08 12:52:01 djm Exp $ +$OpenBSD: PROTOCOL.mux,v 1.8 2011/09/09 00:44:07 djm Exp $ |