summaryrefslogtreecommitdiff
path: root/op-mode-definitions/monitor-bandwidth-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/monitor-bandwidth-test.xml')
-rw-r--r--op-mode-definitions/monitor-bandwidth-test.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/op-mode-definitions/monitor-bandwidth-test.xml b/op-mode-definitions/monitor-bandwidth-test.xml
deleted file mode 100644
index 5b36b1da5..000000000
--- a/op-mode-definitions/monitor-bandwidth-test.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="monitor">
- <children>
- <node name="bandwidth-test">
- <properties>
- <help>Initiate or wait for bandwidth test</help>
- </properties>
- <children>
- <leafNode name="accept">
- <properties>
- <help>Wait for bandwidth test connections (port TCP/5001)</help>
- </properties>
- <command>/usr/bin/iperf -V -s</command>
- </leafNode>
- <tagNode name="initiate">
- <properties>
- <help>Initiate a bandwidth test to specified host (port TCP/5001)</help>
- <completionHelp>
- <list>&lt;hostname&gt; &lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
- </completionHelp>
- </properties>
- <command>${vyos_op_scripts_dir}/monitor_bandwidth_test.sh "$4"</command>
- </tagNode>
- </children>
- </node>
- </children>
- </node>
-</interfaceDefinition>