From 2aa878e24284e7ffc10fff159058cea76ba36c46 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 10 Feb 2011 18:35:16 +0000 Subject: [PATCH] add DSCP QoS options to ssh_config and sshd_config thanks Philip Prindeville SVN-Revision: 25451 --- net/openssh/patches/200-dscp-qos.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net/openssh/patches/200-dscp-qos.patch diff --git a/net/openssh/patches/200-dscp-qos.patch b/net/openssh/patches/200-dscp-qos.patch new file mode 100644 index 000000000..5a728dd19 --- /dev/null +++ b/net/openssh/patches/200-dscp-qos.patch @@ -0,0 +1,26 @@ +Index: packages/net/openssh/patches/200-enable_dscp_qos.patch +=================================================================== +--- packages/net/openssh/patches/200-enable_dscp_qos.patch (revision 0) ++++ packages/net/openssh/patches/200-enable_dscp_qos.patch (revision 0) +@@ -0,0 +1,21 @@ ++--- a/ssh_config 2010-01-12 01:40:27.000000000 -0700 +++++ b/ssh_config 2011-02-09 14:35:30.000000000 -0700 ++@@ -45,3 +45,6 @@ ++ # PermitLocalCommand no ++ # VisualHostKey no ++ # ProxyCommand ssh -q -W %h:%p gateway.example.com +++ +++# enable DSCP QoS values (per RFC-4594) +++#IPQoS AF21 AF11 ++--- a/sshd_config 2010-09-09 19:20:12.000000000 -0600 +++++ b/sshd_config 2011-02-09 14:32:25.000000000 -0700 ++@@ -108,6 +108,9 @@ ++ # no default banner path ++ #Banner none ++ +++# enable DSCP QoS values (per RFC-4594) +++#IPQoS AF21 AF11 +++ ++ # override default of no subsystems ++ Subsystem sftp /usr/libexec/sftp-server ++ -- 2.30.2