summaryrefslogtreecommitdiff
path: root/op-mode-definitions/reset-connection.xml.in
blob: e41d8ed20c031f4af05054782eee721854c4aca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="reset">
    <children>
      <tagNode name="connection">
        <properties>
          <help>Bring connection-oriented network interface down and up</help>
          <completionHelp>
            <path>interfaces pppoe</path>
            <path>interfaces sstpc</path>
            <path>interfaces wwan</path>
          </completionHelp>
        </properties>
        <command>${vyos_op_scripts_dir}/connect_disconnect.py --connect --disconnect --interface "$3"</command>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>