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
416
Issues
416
List
Boards
Labels
Service Desk
Milestones
Merge Requests
68
Merge Requests
68
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
3d0ecb95
Commit
3d0ecb95
authored
Sep 26, 2018
by
Francis Dupont
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Fixed kea-dhcp6-server name
parent
52f787c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/guide/netconf.xml
doc/guide/netconf.xml
+2
-2
No files found.
doc/guide/netconf.xml
View file @
3d0ecb95
...
@@ -117,7 +117,7 @@ ietf-ip | 2014-06-16 | Installed | |
...
@@ -117,7 +117,7 @@ ietf-ip | 2014-06-16 | Installed | |
<para>
<para>
Installing Kea YANG modules. There are two major modules that Kea is able to
Installing Kea YANG modules. There are two major modules that Kea is able to
support: kea-dhcp4-server and
ietf
-dhcp6-server. Note that while there is an
support: kea-dhcp4-server and
kea
-dhcp6-server. Note that while there is an
active effort at DHC working group at IETF to develop an DHCPv6 YANG model,
active effort at DHC working group at IETF to develop an DHCPv6 YANG model,
similar initiative for DHCPv4 died long time ago. As such, Kea uses its own
similar initiative for DHCPv4 died long time ago. As such, Kea uses its own
dedicated models for DHCPv4 and DHCPv6 but partially supports the IETF model
dedicated models for DHCPv4 and DHCPv6 but partially supports the IETF model
...
@@ -129,7 +129,7 @@ src/lib/libyang/models. To install models, do the following:
...
@@ -129,7 +129,7 @@ src/lib/libyang/models. To install models, do the following:
cd src/lib/yang/models
cd src/lib/yang/models
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g ietf-dhcpv6-server.yang
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g ietf-dhcpv6-server.yang
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g kea-dhcp4-server.yang
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g kea-dhcp4-server.yang
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g
ietf
-dhcp6-server.yang
sudo sysrepoctl -i -s /home/thomson/devel/sysrepo-0.7.5/build/repository/yang -s . -g
kea
-dhcp6-server.yang
</screen>
</screen>
Note the first -s parameter specifies the location of your YANG schema
Note the first -s parameter specifies the location of your YANG schema
...
...
Andrei Pavel
🐧
@andrei
mentioned in issue
#142 (closed)
·
Sep 26, 2018
mentioned in issue
#142 (closed)
mentioned in issue #142
Toggle commit list
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