Skip to content

Commit ca1addd

Browse files
author
l0crian1
committed
T6452: Add QoS Op Commands
Added the following commands: show qos shaping show qos shaping detail show qos shaping interface <int name> show qos shaping interface <int name> detail show qos shaping interface <int name> class <class name> show qos shaping interface <int name> class <class name> detail show qos cake interface <int name>
1 parent 0cd2c1d commit ca1addd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/op_mode/qos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def show_shaping(raw: bool, ifname: typing.Optional[str], classn: typing.Optiona
207207
print(f"Interface: {interface_name}")
208208
print(f"Policy Name: {policy_name}\n")
209209
print(tabulate(output_list, headers, colalign=align))
210-
print("\n\n")
210+
print(" \n")
211211

212212
# Return dictionary with all interfaces if 'raw' is called
213213
if raw:

0 commit comments

Comments
 (0)