summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-license.xml
blob: b6a2370a60119db6a7397189f4d599ce6460f7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <leafNode name="license">
        <properties>
          <help>Show VyOS license information</help>
        </properties>
        <command>less $_vyatta_less_options --prompt=".license, page %dt of %D" -- ${vyatta_sysconfdir}/LICENSE</command>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>