packages/net/openssh/patches/200-dscp-qos.patch
tripolar 3c404da30c [packages] openssh: update to 6.3p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-09-23 11:25:27 +00:00

22 lines
515 B
Diff

--- a/ssh_config
+++ b/ssh_config
@@ -46,3 +46,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
@@ -120,6 +120,9 @@ UsePrivilegeSeparation sandbox # Default for new installations.
# 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