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