summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-license.xml.in
blob: 45a0a92163c298ea8840cbf5f7417c4a4b7eabaa (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" -- ${vyos_data_dir}/EULA</command>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>