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