[packages/openssh] refresh 200-dscp-qos.patch too
[openwrt/svn-archive/archive.git] / net / openssh / patches / 200-dscp-qos.patch
1 --- a/ssh_config
2 +++ b/ssh_config
3 @@ -45,3 +45,6 @@
4 # PermitLocalCommand no
5 # VisualHostKey no
6 # ProxyCommand ssh -q -W %h:%p gateway.example.com
7 +
8 +# enable DSCP QoS values (per RFC-4594)
9 +#IPQoS AF21 AF11
10 --- a/sshd_config
11 +++ b/sshd_config
12 @@ -111,6 +111,9 @@ AuthorizedKeysFile .ssh/authorized_keys
13 # no default banner path
14 #Banner none
15
16 +# enable DSCP QoS values (per RFC-4594)
17 +#IPQoS AF21 AF11
18 +
19 # override default of no subsystems
20 Subsystem sftp /usr/libexec/sftp-server
21