From 3d0ecb950d66c738e1a978bef397c6349d587806 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 26 Sep 2018 15:12:01 +0200 Subject: [PATCH] [master] Fixed kea-dhcp6-server name --- doc/guide/netconf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/netconf.xml b/doc/guide/netconf.xml index d827048ecf..572b24f708 100644 --- a/doc/guide/netconf.xml +++ b/doc/guide/netconf.xml @@ -117,7 +117,7 @@ ietf-ip | 2014-06-16 | Installed | | 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, 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 @@ -129,7 +129,7 @@ src/lib/libyang/models. To install models, do the following: 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 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 Note the first -s parameter specifies the location of your YANG schema -- GitLab