summaryrefslogtreecommitdiff
path: root/op-mode-definitions/sflow.xml.in
blob: 9f02dacdaac3574d93435c2acd231c07cf02e0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!-- sflow op mode commands -->
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="sflow">
        <properties>
          <help>Show sFlow statistics</help>
        </properties>
        <!-- requires sudo, do not remove it -->
        <command>sudo ${vyos_op_scripts_dir}/sflow.py show</command>
      </node>
    </children>
  </node>
</interfaceDefinition>