Page MenuHomeVyOS Platform

Invalid format character error at hfsc class settings help text
Closed, ResolvedPublicBUG

Description

Showing available options at location 'set qos policy shaper-hfsc policyname default (linkshare|realtime|upperlimit)' shows an error;

"vbash: printf: `)': invalid format character"

This is due to the '%' char is not escaped so printf tries to interpret it as an variable.

Due to this error the rest of the options are not printed.

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202302130317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)