]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[gitlab9] v4 model renamed.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 10 Aug 2018 14:59:22 +0000 (16:59 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 21 Aug 2018 10:18:56 +0000 (12:18 +0200)
src/lib/yang/models/kea-dhcpv4-server.yang

index 736a2523a02a50d1c60bd65b19adfdd08edc0bbb..939d14412c0aee821e144fb28dbd7e392fa1f8d8 100644 (file)
@@ -1,6 +1,6 @@
-module ietf-dhcpv4-server {
+module kea-dhcpv4-server {
   yang-version 1.1;
-  namespace "urn:ietf:params:xml:ns:yang:ietf-dhcpv4-server";
+  namespace "urn:ietf:params:xml:ns:yang:kea-dhcpv4-server";
   prefix "dhcpv4-server";
 
   import ietf-inet-types {
@@ -23,7 +23,7 @@ module ietf-dhcpv4-server {
   contact
     "piotr.strzyzewski@polsl.pl";
   description "This model defines a YANG data model that can be
-      used to configure and manage a DHCPv4 server.";
+      used to configure and manage Kea-dhcp4, a DHCPv4 server from ISC.";
 
   revision 2018-07-14 {
     description "Initial revision; mostly based on DHCPv6 version";