summaryrefslogtreecommitdiff
path: root/op-mode-definitions/bandwidth-test.xml
diff options
context:
space:
mode:
authorDmytro Aleksandrov <alkersan@gmail.com>2019-08-30 18:43:44 +0300
committerDmytro Aleksandrov <alkersan@gmail.com>2019-08-30 18:43:44 +0300
commit76f498220c796a39a92ce3bed47c1cc5bac1a99d (patch)
tree09c0119bc7c6850570fd8f8f101a7c8e4cb7248f /op-mode-definitions/bandwidth-test.xml
parent24495a18b2ba39cd0c5b024dbe63f3e7df92e69c (diff)
downloadvyos-1x-76f498220c796a39a92ce3bed47c1cc5bac1a99d.tar.gz
vyos-1x-76f498220c796a39a92ce3bed47c1cc5bac1a99d.zip
[op-mode] T1621 rewrite misc commands to python/xml syntax
Diffstat (limited to 'op-mode-definitions/bandwidth-test.xml')
-rw-r--r--op-mode-definitions/bandwidth-test.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/op-mode-definitions/bandwidth-test.xml b/op-mode-definitions/bandwidth-test.xml
new file mode 100644
index 000000000..d1e459b17
--- /dev/null
+++ b/op-mode-definitions/bandwidth-test.xml
@@ -0,0 +1,29 @@
+<?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>iperf -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>iperf -c $4</command>
+ </tagNode>
+ </children>
+ </node>
+ </children>
+ </node>
+</interfaceDefinition>