summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Topp <andrewt@telekinetica.net>2024-06-04 20:22:57 +1000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-06-05 07:45:29 +0000
commite4d1d4a319ee2bda043c096e36a59ff1ff060a53 (patch)
tree1906f93447350617044099ea558f11e2fdf3aa27 /Makefile
parent9017dad232c00ed10347ff9b1adec3324b3bff71 (diff)
downloadvyos-1x-e4d1d4a319ee2bda043c096e36a59ff1ff060a53.tar.gz
vyos-1x-e4d1d4a319ee2bda043c096e36a59ff1ff060a53.zip
T6431: op-mode command monitor traceroute missing recursive symlink
Likely this was copied from mtr in the past but the symlink wasn't added to the Makefile. I've also swapped the completion help text around to match the commands. (cherry picked from commit de1479b06cb9b292fe4919c5949f3d3599ea11c7)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44a6e35ed..3b26273d6 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ op_mode_definitions: $(op_xml_obj)
ln -s ../node.tag $(OP_TMPL_DIR)/ping/node.tag/node.tag/
ln -s ../node.tag $(OP_TMPL_DIR)/traceroute/node.tag/node.tag/
ln -s ../node.tag $(OP_TMPL_DIR)/mtr/node.tag/node.tag/
+ ln -s ../node.tag $(OP_TMPL_DIR)/monitor/traceroute/node.tag/node.tag/
# XXX: test if there are empty node.def files - this is not allowed as these
# could mask help strings or mandatory priority statements