From 9ef82aa5d4db161fd70af4d015f1cf35cc984524 Mon Sep 17 00:00:00 2001 From: jack9603301 Date: Mon, 3 Aug 2020 17:43:00 +0800 Subject: ipv6-tool: T2724: Support for IPv6 Toolset --- op-mode-definitions/force-ipv6-nd.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 op-mode-definitions/force-ipv6-nd.xml (limited to 'op-mode-definitions/force-ipv6-nd.xml') diff --git a/op-mode-definitions/force-ipv6-nd.xml b/op-mode-definitions/force-ipv6-nd.xml new file mode 100644 index 000000000..64c8347ea --- /dev/null +++ b/op-mode-definitions/force-ipv6-nd.xml @@ -0,0 +1,33 @@ + + + + + + + ICMPv6 Neighbor Discovery tool + + + + + IPv6 Neighbor Discovery on a specific interface + + + + + + + + The IP address of the target + + <h:h:h:h:h:h:h:h> + + + ndisc6 $6 $4 -m + + + + + + + + -- cgit v1.2.3 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(-) (limited to 'op-mode-definitions/force-ipv6-nd.xml') 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