summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-virtual-server.xml.in
blob: 5dbd3c759d84fc97fe9908e00d52142318cb3628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="virtual-server">
        <properties>
          <help>Show virtual server information</help>
        </properties>
        <command>${vyos_op_scripts_dir}/show_virtual_server.py</command>
      </node>
    </children>
  </node>
</interfaceDefinition>