From e4d1d4a319ee2bda043c096e36a59ff1ff060a53 Mon Sep 17 00:00:00 2001 From: Andrew Topp Date: Tue, 4 Jun 2024 20:22:57 +1000 Subject: 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) --- Makefile | 1 + op-mode-definitions/mtr.xml.in | 4 ++-- 2 files changed, 3 insertions(+), 2 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 diff --git a/op-mode-definitions/mtr.xml.in b/op-mode-definitions/mtr.xml.in index 8239aec4c..66729e2bc 100644 --- a/op-mode-definitions/mtr.xml.in +++ b/op-mode-definitions/mtr.xml.in @@ -13,7 +13,7 @@ - mtr options + Traceroute options @@ -35,7 +35,7 @@ - Traceroute options + mtr options -- cgit v1.2.3