blob: 7891a64887b97716eecc9bc619c6340a2bbb2eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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 sstpc</path>
<path>interfaces wwan</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/connect_disconnect.py --disconnect --interface "$3"</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|