From 6301c560df544ddac9838d0489941d84748cced3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 3 Aug 2020 19:10:10 +0200 Subject: ipv6-tool: op-mode: T2724: use full path to binary and quote arguments --- op-mode-definitions/force-ipv6-nd.xml | 8 ++++---- op-mode-definitions/force-ipv6-rd.xml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/op-mode-definitions/force-ipv6-nd.xml b/op-mode-definitions/force-ipv6-nd.xml index 64c8347ea..49de097f6 100644 --- a/op-mode-definitions/force-ipv6-nd.xml +++ b/op-mode-definitions/force-ipv6-nd.xml @@ -4,12 +4,12 @@ - ICMPv6 Neighbor Discovery tool + IPv6 Neighbor Discovery - IPv6 Neighbor Discovery on a specific interface + IPv6 Neighbor Discovery on specified interface @@ -17,12 +17,12 @@ - The IP address of the target + IPv6 address of node to lookup <h:h:h:h:h:h:h:h> - ndisc6 $6 $4 -m + /usr/bin/ndisc6 -m "$6" "$4" diff --git a/op-mode-definitions/force-ipv6-rd.xml b/op-mode-definitions/force-ipv6-rd.xml index 722cb67bf..8c901af25 100644 --- a/op-mode-definitions/force-ipv6-rd.xml +++ b/op-mode-definitions/force-ipv6-rd.xml @@ -4,26 +4,26 @@ - IPv6 Router Discovery tool + IPv6 Router Discovery - IPv6 Router Discovery tool on a specific interface + IPv6 Router Discovery on specified interface - rdisc6 $4 + /usr/bin/rdisc6 "$4" - The IP address of the target + IPv6 address of target <h:h:h:h:h:h:h:h> - rdisc6 $6 $4 -m + /usr/bin/rdisc6 -m "$6" "$4" -- cgit v1.2.3