blob: 70d45c40512850f080b18218629cf8c5fe470b3e [file] [log] [blame]
module augment2 {
yang-version 1;
namespace "ydt.augment2";
prefix "aug";
organization "ON-LAB";
description "This module defines for augmentNetwork classifier.";
revision "2016-05-24" {
description "Initial revision.";
}
container aug {
container aug {
leaf aug {
type string;
}
}
}
augment "/aug:" {
description
"Add container to the augment2 model.";
leaf aug1 {
type string;
}
}
}