blob: f9f3f934ee47d0675717e282c00e56b67ca55f82 [file] [log] [blame]
module attributes {
yang-version 1;
namespace "http://example.com/schema/1.2/config";
prefix "attr";
container top {
container interface {
leaf name {
type string;
}
leaf mtu {
type string;
}
container address {
leaf name {
type string;
}
leaf prefix-length {
type string;
}
}
}
}
}