From daa810f81ce03cc0f51dfd810507d4b2c9ec0428 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 19 Jul 2020 09:52:29 +0200 Subject: monitor: ndp: T2706: properly rename XML definition Commit 3435b251 ("monitor: ndp: T2706: remove ability to send commands") flipped the filename and placed the tree in front of the subtree. Unfurtunately I mixed up NTP and NDP. This has been corrected. --- op-mode-definitions/monitor-ndp.xml | 44 +++++++++++++++++++++++++++++++++++++ op-mode-definitions/monitor-ntp.xml | 44 ------------------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 op-mode-definitions/monitor-ndp.xml delete mode 100644 op-mode-definitions/monitor-ntp.xml diff --git a/op-mode-definitions/monitor-ndp.xml b/op-mode-definitions/monitor-ndp.xml new file mode 100644 index 000000000..e25eccf3a --- /dev/null +++ b/op-mode-definitions/monitor-ndp.xml @@ -0,0 +1,44 @@ + + + + + + + Monitors the NDP information received by the router through the device + + sudo ndptool monitor + + + sudo ndptool monitor --ifname=$4 + + Monitor ndp protocol on specified interface + + + + + + + sudo ndptool monitor --ifname=$4 --msg-type=$6 + + Monitor ndp protocol on specified interface + + rs ra ns na + + + + + + + sudo ndptool monitor --msg-type=$4 + + Monitor ndp protocol on specified interface + + rs ra ns na + + + + + + + + diff --git a/op-mode-definitions/monitor-ntp.xml b/op-mode-definitions/monitor-ntp.xml deleted file mode 100644 index e25eccf3a..000000000 --- a/op-mode-definitions/monitor-ntp.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - Monitors the NDP information received by the router through the device - - sudo ndptool monitor - - - sudo ndptool monitor --ifname=$4 - - Monitor ndp protocol on specified interface - - - - - - - sudo ndptool monitor --ifname=$4 --msg-type=$6 - - Monitor ndp protocol on specified interface - - rs ra ns na - - - - - - - sudo ndptool monitor --msg-type=$4 - - Monitor ndp protocol on specified interface - - rs ra ns na - - - - - - - - -- cgit v1.2.3