diff options
| -rw-r--r-- | op-mode-definitions/rpki.xml.in (renamed from op-mode-definitions/show-rpki.xml.in) | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/op-mode-definitions/show-rpki.xml.in b/op-mode-definitions/rpki.xml.in index c1902ccec..72d378b88 100644 --- a/op-mode-definitions/show-rpki.xml.in +++ b/op-mode-definitions/rpki.xml.in @@ -29,4 +29,14 @@        </node>      </children>    </node> +  <node name="reset"> +    <children> +      <leafNode name="rpki"> +        <properties> +          <help>Reset RPKI</help> +        </properties> +        <command>vtysh -c "rpki reset"</command> +      </leafNode> +    </children> +  </node>  </interfaceDefinition> | 
