blob: 3fbc74ad114e6f5d922b266e19c65860c03b6788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="vpn">
<properties>
<help>Show active remote access Virtual Private Network (VPN) sessions</help>
</properties>
<children>
<leafNode name="remote-access">
<properties>
<help>Show active VPN server sessions</help>
</properties>
<command>${vyos_op_scripts_dir}/show_vpn_ra.py</command>
</leafNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|