Skip to content

Commit c1e1f8a

Browse files
committed
doc UPDATE internal module list updated
1 parent 6cb2e0b commit c1e1f8a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/parser_schema.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* @file parser_schema.h
33
* @author Radek Krejci <rkrejci@cesnet.cz>
4+
* @author Michal Vasko <mvasko@cesnet.cz>
45
* @brief Schema parsers for libyang
56
*
6-
* Copyright (c) 2015-2020 CESNET, z.s.p.o.
7+
* Copyright (c) 2015 - 2026 CESNET, z.s.p.o.
78
*
89
* This source code is licensed under BSD 3-Clause License (the "License").
910
* You may not use this file except in compliance with the License.
@@ -42,10 +43,13 @@ struct lys_module;
4243
*
4344
* When the [context](@ref howtoContext) is created, it already contains the following YANG modules, which
4445
* are implemented internally by libyang:
46+
* - ietf-inet-types@2025-12-22
47+
* - ietf-yang-types@2025-12-22
4548
* - ietf-yang-metadata@2016-08-05
46-
* - yang@2020-06-17
47-
* - ietf-inet-types@2013-07-15
48-
* - ietf-yang-types@2013-07-15
49+
* - yang@2025-01-29
50+
* - default@2025-06-18
51+
* - ietf-yang-schema-mount@2019-01-14
52+
* - ietf-yang-structure-ext@2020-06-17
4953
* - ietf-datastores@2018-02-14
5054
* - ietf-yang-library@2019-01-04
5155
*

0 commit comments

Comments
 (0)