Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
ef47eccb
Commit
ef47eccb
authored
Sep 25, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[65-libyang-models-update] sysrepo version bumped in examples
parent
806bb563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/guide/netconf.xml
doc/guide/netconf.xml
+11
-11
No files found.
doc/guide/netconf.xml
View file @
ef47eccb
...
...
@@ -92,8 +92,8 @@ located at https://github.com/sysrepo/sysrepo.
After installation the result should be similar to this:
<screen>
Sysrepo schema directory: /home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/
Sysrepo data directory: /home/thomson/devel/sysrepo-0.7.
4
/build/repository/data/
Sysrepo schema directory: /home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/
Sysrepo data directory: /home/thomson/devel/sysrepo-0.7.
5
/build/repository/data/
(Do not alter contents of these directories manually)
Module Name | Revision | Conformance | Data Owner | Permissions | Submodules | Enabled Features
...
...
@@ -121,8 +121,8 @@ src/lib/libyang/models. To install Kea models, do the following:
<screen>
cd src/lib/yang/models
sudo sysrepoctl -i -g kea-dhcp4-server.yang -s /home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ -s ./
sudo sysrepoctl -i -g ietf-dhcp6-server.yang -s /home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ -s ./
sudo sysrepoctl -i -g kea-dhcp4-server.yang -s /home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ -s ./
sudo sysrepoctl -i -g ietf-dhcp6-server.yang -s /home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ -s ./
</screen>
Note the first -s parameter specifies the location of your YANG schema
...
...
@@ -132,15 +132,15 @@ configured during sysrepo compilation.
The installation should look similar to the following:
<screen>
$ sudo sysrepoctl -i -g ietf-dhcp6-server.yang -s /home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ -s ./
$ sudo sysrepoctl -i -g ietf-dhcp6-server.yang -s /home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ -s ./
Installing a new module from file 'ietf-dhcp6-server.yang'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ietf-dhcp6-server@2018-07-14.yang'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ietf-dhcp6-server@2018-07-14.yang'...
Resolving dependency: 'ietf-dhcp6-server' imports 'ietf-dhcp6-options'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ietf-dhcp6-options@2018-07-14.yang'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ietf-dhcp6-options@2018-07-14.yang'...
Resolving dependency: 'ietf-dhcp6-options' imports 'ietf-dhcp6-types'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ietf-dhcp6-types@2018-07-14.yang'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ietf-dhcp6-types@2018-07-14.yang'...
Resolving dependency: 'ietf-dhcp6-server' imports 'ietf-dhcp6-types'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/ietf-dhcp6-types@2018-07-14.yang'...
Installing the YANG file to '/home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/ietf-dhcp6-types@2018-07-14.yang'...
Resolving dependency: 'ietf-dhcp6-server' imports 'ietf-interfaces'...
Schema of the module ietf-interfaces is already installed, skipping...
Installing data files for module 'ietf-dhcp6-server'...
...
...
@@ -160,8 +160,8 @@ You can confirm whether the models are imported correctly by using sysrepoctl -l
<screen>
$ sysrepoctl -l
Sysrepo schema directory: /home/thomson/devel/sysrepo-0.7.
4
/build/repository/yang/
Sysrepo data directory: /home/thomson/devel/sysrepo-0.7.
4
/build/repository/data/
Sysrepo schema directory: /home/thomson/devel/sysrepo-0.7.
5
/build/repository/yang/
Sysrepo data directory: /home/thomson/devel/sysrepo-0.7.
5
/build/repository/data/
(Do not alter contents of these directories manually)
Module Name | Revision | Conformance | Data Owner | Permissions | Submodules | Enabled Features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment