<?xml version="1.0" encoding="UTF-8"?>
<interfaceDefinition>
  <node name="reset">
    <children>
      <node name="nhrp">
        <properties>
          <help>Clear/Purge NHRP entries</help>
        </properties>
        <children>
          <node name="flush">
            <properties>
              <help>Clear all non-permanent entries</help>
            </properties>
            <children>
              <tagNode name="tunnel">
                <properties>
                  <help>Clear all non-permanent entries</help>
                </properties>
                <command>sudo opennhrpctl flush dev $5 || echo OpenNHRP is not running.</command>
              </tagNode>
            </children>
            <command>sudo opennhrpctl flush || echo OpenNHRP is not running.</command>
          </node>
          <node name="purge">
            <properties>
              <help>Purge entries from NHRP cache</help>
            </properties>
            <children>
              <tagNode name="tunnel">
                <properties>
                  <help>Purge all entries from NHRP cache</help>
                </properties>
                <command>sudo opennhrpctl purge dev $5 || echo OpenNHRP is not running.</command>
              </tagNode>
            </children>
            <command>sudo opennhrpctl purge || echo OpenNHRP is not running.</command>
          </node>
        </children>
      </node>
    </children>
  </node>
  <node name="show">
    <children>
      <node name="nhrp">
        <properties>
          <help>Show NHRP (Next Hop Resolution Protocol) information</help>
        </properties>
        <children>
          <leafNode name="interface">
            <properties>
              <help>Show NHRP interface connection information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/nhrp.py show_interface</command>
          </leafNode>
          <leafNode name="tunnel">
            <properties>
              <help>Show NHRP tunnel connection information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/nhrp.py show_tunnel</command>
          </leafNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>