summaryrefslogtreecommitdiff
path: root/op-mode-definitions/connect.xml.in
blob: 116cd6231563a2de7e33502af5caba388b924f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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>
            <script>${vyos_completion_dir}/list_consoles.sh</script>
          </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 sstpc</path>
            <path>interfaces wwan</path>
          </completionHelp>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/connect_disconnect.py --connect "$3"</command>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>