summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Topp <andrewt@telekinetica.net>2024-06-04 20:22:57 +1000
committerAndrew Topp <andrewt@telekinetica.net>2024-06-04 20:24:40 +1000
commitde1479b06cb9b292fe4919c5949f3d3599ea11c7 (patch)
tree2d0bb2311aab1a60be414a59e163898276886518 /Makefile
parente74970c8b1a5663c06c1071b9b4f360dbfb666a9 (diff)
downloadvyos-1x-de1479b06cb9b292fe4919c5949f3d3599ea11c7.tar.gz
vyos-1x-de1479b06cb9b292fe4919c5949f3d3599ea11c7.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.
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