module Test { | |
yang-version 1; | |
namespace http://huawei.com; | |
prefix Ant; | |
container ospf { | |
presence "ospf logs"; | |
config true; | |
description "container description"; | |
status current; | |
reference "container reference"; | |
leaf invalid-interval { | |
type "uint16"; | |
units "seconds"; | |
status current; | |
reference "RFC 6020"; | |
} | |
} | |
} |