Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
993af1e22176a0a3a5517f43fa9e06c7456ff9ea
/
.
/
tests
/
conformance
/
sec5_1
/
sub4.yang
blob: 7d3055eba725b8367a96a07ed623c04beee8ea4a [
file
] [
log
] [
blame
]
Pavol Vican
03e2dc0
2016-07-01 13:16:56 +0200
[
diff
] [
blame
]
1
submodule sub4
{
2
3
belongs
-
to mod1
{
4
prefix abc
;
5
}
6
7
typedef
ip_address
{
8
type uint32
;
9
}
10
}