diff options
Diffstat (limited to 'interface-definitions/include/ospf/ospf-metric.xml.i')
-rw-r--r-- | interface-definitions/include/ospf/ospf-metric.xml.i | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/interface-definitions/include/ospf/ospf-metric.xml.i b/interface-definitions/include/ospf/ospf-metric.xml.i deleted file mode 100644 index 125aedea7..000000000 --- a/interface-definitions/include/ospf/ospf-metric.xml.i +++ /dev/null @@ -1,14 +0,0 @@ -<!-- include start from ospf/ospf-metric.xml.i --> -<leafNode name="metric"> - <properties> - <help>OSPF default metric</help> - <valueHelp> - <format>u32:0-16777214</format> - <description>Default metric</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 0-16777214"/> - </constraint> - </properties> -</leafNode> -<!-- include end --> |