summaryrefslogtreecommitdiff
path: root/op-mode-definitions/disconnect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/disconnect.xml')
-rw-r--r--op-mode-definitions/disconnect.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/op-mode-definitions/disconnect.xml b/op-mode-definitions/disconnect.xml
deleted file mode 100644
index bf2c37b89..000000000
--- a/op-mode-definitions/disconnect.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="disconnect">
- <properties>
- <help>Take down a connection</help>
- </properties>
- <children>
- <tagNode name="interface">
- <properties>
- <help>Take down a connection-oriented network interface</help>
- <completionHelp>
- <path>interfaces pppoe</path>
- <path>interfaces wirelessmodem</path>
- </completionHelp>
- </properties>
- <command>sudo ${vyos_op_scripts_dir}/connect_disconnect.py --disconnect "$3"</command>
- </tagNode>
- </children>
- </node>
-</interfaceDefinition>