Adapted to style guidelines

This commit is contained in:
stass 2023-04-27 15:50:37 +03:00
parent cc951fc3be
commit 2b3dd6e133
2 changed files with 8 additions and 8 deletions

View file

@ -57,6 +57,7 @@ module clixon-example{
leaf Index{
type int32;
smiv2:oid "1.3.6.1.2.1.47.1.1.1.1.1";
smiv2:max-access "read-only";
}
leaf Union_exm{
description "Union with same subtypes";
@ -67,6 +68,7 @@ module clixon-example{
type int32;
}
smiv2:oid "1.3.6.1.2.1.47.1.1.1.1.2";
smiv2:max-access "read-only";
}
}
}