]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Errors corrected
authorPiotr Strzy¿ewski <spiotr007@gmail.com>
Sun, 15 Jul 2018 13:50:22 +0000 (15:50 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 21 Aug 2018 10:18:56 +0000 (12:18 +0200)
src/lib/yang/models/ietf-dhcpv4-options.yang
src/lib/yang/models/ietf-dhcpv4-server.yang
src/lib/yang/models/ietf-dhcpv4-types.yang

index 5f58ef985aa65634341763bf9bf51a97b49f7fbb..437cca95090ff78d771ebb3d45e5ce742169c286 100644 (file)
@@ -21,6 +21,7 @@ module ietf-dhcpv4-options {
 
   revision 2018-07-14 {
     description "Initial revision";
+    reference "";
   }
 
   /*
index fae9bae98a2cd232364998db1d851efa06b3a249..7d25aa1332541cc5ba17086292b475e477655915 100644 (file)
@@ -27,6 +27,7 @@ module ietf-dhcpv4-server {
 
   revision 2018-07-14 {
     description "Initial revision; mostly based on DHCPv6 version";
+    reference "";
   }
 
   /*
@@ -254,7 +255,10 @@ module ietf-dhcpv4-server {
                 'hardware address' are supported.";
                 case client-id {
                   description "Client ID";
-                  type string;
+                  leaf client-ident {
+                    type string;
+                    description "Client ID";
+                  }
                 }
                 case hw-address {
                   description "hardware address";
@@ -563,9 +567,9 @@ module ietf-dhcpv4-server {
         description "Raised when the server has found a client which
           can be regarded as a potential attacker. Some description
           could also be included.";
-        container hw {
+        leaf hw {
+          type yang:mac-address;
           description "HW address";
-          uses yang:mac-address;
         }
         leaf description {
           type string;
index 63758009c4de5b3aeaabbacf30e03f5e16df8589..c54e64869b271c5ddd20f28a6e1d0454645b9603 100644 (file)
@@ -18,6 +18,7 @@ module ietf-dhcpv4-types {
 
   revision 2018-07-14 {
     description "Initial revision";
+    reference "";
   }
 
   /*