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