blob: 18f6019388a13d110cf9e65c0bf5ae8aab9b8e16 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf-list invalid-interval {
type "uint16";
units "seconds";
min-elements 4;
min-elements 6;
description "Interval before a route is declared invalid";
config true;
status current;
reference "RFC 6020";
}
}