blob: 843998c4f0973b165bf678f0045446cc9ecccb1e (
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>sudo ${vyos_op_scripts_dir}/connect_disconnect.py --disconnect "$3"</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|