From de1479b06cb9b292fe4919c5949f3d3599ea11c7 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3