Test case updated: [NACM create rules do not work properly on objects with default values](https://github.com/clicon/clixon/issues/506)
This commit is contained in:
parent
91ea38eff0
commit
dcfa367b3d
1 changed files with 6 additions and 0 deletions
|
|
@ -66,6 +66,12 @@ module nacm-example{
|
||||||
import ietf-netconf-acm {
|
import ietf-netconf-acm {
|
||||||
prefix nacm;
|
prefix nacm;
|
||||||
}
|
}
|
||||||
|
container global {
|
||||||
|
leaf enabled {
|
||||||
|
type boolean;
|
||||||
|
default false;
|
||||||
|
}
|
||||||
|
}
|
||||||
leaf x{
|
leaf x{
|
||||||
type int32;
|
type int32;
|
||||||
description "something to edit";
|
description "something to edit";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue