diff options
author | l0crian1 <143656816+l0crian1@users.noreply.github.com> | 2024-06-28 14:15:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 21:15:21 +0300 |
commit | 206c07afc26e826facdaa1b04d697e7f74e55eb0 (patch) | |
tree | 1924d8689f9460beb2a98d17caaa286723e3df09 /data | |
parent | 690f570d36d2267343fbfb50ac89e8c6e400086a (diff) | |
download | vyos-1x-206c07afc26e826facdaa1b04d697e7f74e55eb0.tar.gz vyos-1x-206c07afc26e826facdaa1b04d697e7f74e55eb0.zip |
T6452: Add QoS Op Commands (#3591)
* 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>
Diffstat (limited to 'data')
-rw-r--r-- | data/op-mode-standardized.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json index c14133127..baa1e9110 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -23,6 +23,7 @@ "openconnect.py", "openvpn.py", "otp.py", +"qos.py", "reset_vpn.py", "reverseproxy.py", "route.py", |