diff options
Diffstat (limited to 'op-mode-definitions/bandwidth-test.xml')
-rw-r--r-- | op-mode-definitions/bandwidth-test.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/op-mode-definitions/bandwidth-test.xml b/op-mode-definitions/bandwidth-test.xml deleted file mode 100644 index d1e459b17..000000000 --- a/op-mode-definitions/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>iperf -s</command> - </leafNode> - <tagNode name="initiate"> - <properties> - <help>Initiate a bandwidth test to specified host (port TCP/5001)</help> - <completionHelp> - <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> - </completionHelp> - </properties> - <command>iperf -c $4</command> - </tagNode> - </children> - </node> - </children> - </node> -</interfaceDefinition> |