summaryrefslogtreecommitdiff
path: root/op-mode-definitions/connect.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-02 19:36:39 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-02 19:36:42 +0200
commitf2cc87a259df1d2ab4d0a7eb366224a238422048 (patch)
tree2e3f97e21af0db21be9f70d977855198db3665a8 /op-mode-definitions/connect.xml
parent9f67250480d1e6727424d00212d69f008ffdb647 (diff)
downloadvyos-1x-f2cc87a259df1d2ab4d0a7eb366224a238422048.tar.gz
vyos-1x-f2cc87a259df1d2ab4d0a7eb366224a238422048.zip
op-mode: use individual XML files for connect and disconnect
Diffstat (limited to 'op-mode-definitions/connect.xml')
-rw-r--r--op-mode-definitions/connect.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/op-mode-definitions/connect.xml b/op-mode-definitions/connect.xml
new file mode 100644
index 000000000..1ec62949a
--- /dev/null
+++ b/op-mode-definitions/connect.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+ <node name="connect">
+ <properties>
+ <help>Establish connection</help>
+ </properties>
+ <children>
+ <tagNode name="console">
+ <properties>
+ <help>Connect to device attached to serial console server</help>
+ <completionHelp>
+ <path>service console-server device</path>
+ </completionHelp>
+ </properties>
+ <command>/usr/bin/console "$3"</command>
+ </tagNode>
+ <tagNode name="interface">
+ <properties>
+ <help>Bring up 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 --connect "$3"</command>
+ </tagNode>
+ </children>
+ </node>
+</interfaceDefinition>