]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
- some typos
authorPiotr Strzy¿ewski <spiotr007@gmail.com>
Sat, 14 Jul 2018 19:54:09 +0000 (21:54 +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-types.yang

index 277c3a8c27b27ae4688baaad9e524dc8809ab41c..5f58ef985aa65634341763bf9bf51a97b49f7fbb 100644 (file)
@@ -15,18 +15,12 @@ module ietf-dhcpv4-options {
 
   organization "DHC WG";
   contact
-   "cuiyong@tsinghua.edu.cn
-    wangh13@mails.tsinghua.edu.cn
-    lh.sunlinh@gmail.com
-    ian.farrer@telekom.de
-    sladjana.zechlin@telekom.de
-    hezihao9512@gmail.com";
+    "piotr.strzyzewski@polsl.pl";
   description "This model defines a YANG data model that can be
     used to configure DHCPv4 options.";
 
   revision 2018-07-14 {
     description "Initial revision";
-    reference "I-D: draft-ietf-dhc-dhcpv4-yang";
   }
 
   /*
@@ -89,7 +83,7 @@ module ietf-dhcpv4-options {
         leaf router-addr {
           type inet:ipv4-address;
           mandatory true;
-          desctiption "Router address";
+          description "Router address";
         }
       }
     }
@@ -109,7 +103,7 @@ module ietf-dhcpv4-options {
         leaf time-server-addr {
           type inet:ipv4-address;
           mandatory true;
-          desctiption "Time Server address";
+          description "Time Server address";
         }
       }
     }
@@ -129,7 +123,7 @@ module ietf-dhcpv4-options {
         leaf domain-server-addr {
           type inet:ipv4-address;
           mandatory true;
-          desctiption "DNS Server address";
+          description "DNS Server address";
         }
       }
     }
@@ -149,7 +143,7 @@ module ietf-dhcpv4-options {
         leaf log-server-addr {
           type inet:ipv4-address;
           mandatory true;
-          desctiption "Logging Server address";
+          description "Logging Server address";
         }
       }
     }
@@ -183,7 +177,7 @@ module ietf-dhcpv4-options {
       leaf broadcast-addr {
         type inet:ipv4-address;
         mandatory true;
-        desctiption "Broadcast address";
+        description "Broadcast address";
       }
     }
     container ntp-server-option {
@@ -202,7 +196,7 @@ module ietf-dhcpv4-options {
         leaf ntp-server-addr {
           type inet:ipv4-address;
           mandatory true;
-          desctiption "NTP Server address";
+          description "NTP Server address";
         }
       }
     }
index 56a88133772a3e7aec94b797beaf45f874b13778..63758009c4de5b3aeaabbacf30e03f5e16df8589 100644 (file)
@@ -12,18 +12,12 @@ module ietf-dhcpv4-types {
 
   organization "DHC WG";
   contact
-   "cuiyong@tsinghua.edu.cn
-    lh.sunlinh@gmail.com
-    ian.farrer@telekom.de
-    sladjana.zechlin@telekom.de
-    hezihao9512@gmail.com";
-
+    "piotr.strzyzewski@polsl.pl";
   description "This model defines a YANG data model that can be
     used to define some commonly used DHCPv4 types";
 
   revision 2018-07-14 {
     description "Initial revision";
-    reference "I-D: draft-ietf-dhc-dhcpv4-yang";
   }
 
   /*