https://bugzilla.mindrot.org/show_bug.cgi?id=3319
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3302 CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
