diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-02 19:52:10 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-02 19:52:18 +0100 |
commit | c55f36d47a9241402710528c8668a3d98bec571c (patch) | |
tree | 509685b759887acb2bdd8e23706d330fb244a140 /src | |
parent | 2e3644593d8991d2e9b5c26bfddfab362287dee2 (diff) | |
download | vyos-1x-c55f36d47a9241402710528c8668a3d98bec571c.tar.gz vyos-1x-c55f36d47a9241402710528c8668a3d98bec571c.zip |
xml: qos: T4284: fix DSCP CLI values
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/qos.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/conf_mode/qos.py b/src/conf_mode/qos.py index 7e94e95bf..2eb03237c 100755 --- a/src/conf_mode/qos.py +++ b/src/conf_mode/qos.py @@ -139,9 +139,6 @@ def get_config(config=None): qos['policy'][policy][p_name]['precedence'][precedence]['queue_limit'] = \ str(int(4 * max_thr)) - import pprint - pprint.pprint(qos) - return qos def verify(qos): |