diff options
Diffstat (limited to 'net/openssh/patches/100-dscp-qos.patch')
-rw-r--r-- | net/openssh/patches/100-dscp-qos.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/openssh/patches/100-dscp-qos.patch b/net/openssh/patches/100-dscp-qos.patch deleted file mode 100644 index adbb7e368..000000000 --- a/net/openssh/patches/100-dscp-qos.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/ssh_config -+++ b/ssh_config -@@ -44,3 +44,6 @@ - # VisualHostKey no - # ProxyCommand ssh -q -W %h:%p gateway.example.com - # RekeyLimit 1G 1h -+ -+# enable DSCP QoS values (per RFC-4594) -+#IPQoS AF21 AF11 ---- a/sshd_config -+++ b/sshd_config -@@ -106,6 +106,9 @@ AuthorizedKeysFile .ssh/authorized_keys - # 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 - |