diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-10-11 13:24:43 +0300 |
---|---|---|
committer | Nataliia Solomko <natalirs1985@gmail.com> | 2024-10-11 13:37:45 +0300 |
commit | 60cd669d2cee2a17d4e6ab6fce9101069d311e23 (patch) | |
tree | eecb5f26c5367d4b88276a035a1d0f01140ba64e /src/op_mode/mtr.py | |
parent | 7d4264365e487d37115cff0633b25e4b2012a126 (diff) | |
download | vyos-1x-60cd669d2cee2a17d4e6ab6fce9101069d311e23.tar.gz vyos-1x-60cd669d2cee2a17d4e6ab6fce9101069d311e23.zip |
T6695: Machine-readable operational mode support for traceroute
Diffstat (limited to 'src/op_mode/mtr.py')
-rw-r--r-- | src/op_mode/mtr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/mtr.py b/src/op_mode/mtr.py index baf9672a1..eea80c4da 100644 --- a/src/op_mode/mtr.py +++ b/src/op_mode/mtr.py @@ -23,7 +23,7 @@ from vyos.utils.network import vrf_list from vyos.utils.process import call options = { - 'report': { + 'report-mode': { 'mtr': '{command} --report', 'type': 'noarg', 'help': 'This option puts mtr into report mode. When in this mode, mtr will run for the number of cycles specified by the -c option, and then print statistics and exit.' |