diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:54 +0000 |
commit | 5bc4f4fb5b383ca32b382b6c0d09602346064414 (patch) | |
tree | c741e5844c2815679107d648a15841653b9b01a5 /tests/modules | |
parent | Adding upstream version 3.1.0+dfsg. (diff) | |
download | libyang3-upstream.tar.xz libyang3-upstream.zip |
Adding upstream version 3.4.2+dfsg.upstream/3.4.2+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/modules/yang/notifications@2008-07-14.yang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/yang/notifications@2008-07-14.yang b/tests/modules/yang/notifications@2008-07-14.yang index b696f39..8a723b2 100644 --- a/tests/modules/yang/notifications@2008-07-14.yang +++ b/tests/modules/yang/notifications@2008-07-14.yang @@ -80,7 +80,7 @@ module notifications { } } - /*container notification { + container notification { description "internal struct to start a notification"; config false; @@ -90,6 +90,6 @@ module notifications { } // eventType and any data content goes here - }*/ + } } |