Mailing List Archive

[Bug 3319] ssh -o 'IPQoS cs1' cannot overwrite IPQoS in config file
https://bugzilla.mindrot.org/show_bug.cgi?id=3319

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3302
CC| |dtucker@dtucker.net

--- Comment #1 from Darren Tucker <dtucker@dtucker.net> ---
Confirmed, this is because the IPQoS config code does not check if the
value has already been set, which allows the values from the config
file to override it in readconf.c:

if (*activep) {
options->ip_qos_interactive = value;
options->ip_qos_bulk = value2;
}

It should also check options->ip_qos_interactive == -1. A similar
problem exists for TunnelDevice. A fix is in the pipeline and will be
in the next release.

Thanks for the report.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=3302
[Bug 3302] Tracking bug for openssh-8.7
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3319] ssh -o 'IPQoS cs1' cannot overwrite IPQoS in config file [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3319

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED

--- Comment #2 from Darren Tucker <dtucker@dtucker.net> ---
Fixed in
https://github.com/openssh/openssh-portable/commit/d786424986c04d1d375f231fda177c8408e05c3e
and
https://github.com/openssh/openssh-portable/commit/a023138957ea2becf1c7f93fcc42b0aaac6f2b03

Thanks.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3319] ssh -o 'IPQoS cs1' cannot overwrite IPQoS in config file [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3319

--- Comment #3 from Robin Schneider <ypid@posteo.net> ---
You are welcome. Thank you for maintaining and fixing this so quickly.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs