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