Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
506354a02199263e82c8ae977c99295ac25ee604
/
.
/
tests
/
data
/
modules
/
notif1.yang
blob: 69cdd3cf72d0679c753bd3601558f1918516bd4e [
file
] [
log
] [
blame
]
tadeas-vintrlik
36af696
2021-08-23 16:18:21 +0200
[
diff
] [
blame
]
1
module
notif1
{
2
namespace
"n1"
;
3
prefix
"n1"
;
4
5
notification n1
{
6
leaf first
{
7
type
string
;
8
}
9
}
10
}