From: Piotr Strzy¿ewski Date: Sat, 14 Jul 2018 19:54:09 +0000 (+0200) Subject: - some typos X-Git-Tag: gitlab29-base~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5b5fdc6e8a634766844ff856a6c8b3d872f570;p=thirdparty%2Fkea.git - some typos --- diff --git a/src/lib/yang/models/ietf-dhcpv4-options.yang b/src/lib/yang/models/ietf-dhcpv4-options.yang index 277c3a8c27..5f58ef985a 100644 --- a/src/lib/yang/models/ietf-dhcpv4-options.yang +++ b/src/lib/yang/models/ietf-dhcpv4-options.yang @@ -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"; } } } diff --git a/src/lib/yang/models/ietf-dhcpv4-types.yang b/src/lib/yang/models/ietf-dhcpv4-types.yang index 56a8813377..63758009c4 100644 --- a/src/lib/yang/models/ietf-dhcpv4-types.yang +++ b/src/lib/yang/models/ietf-dhcpv4-types.yang @@ -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"; } /*