2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

Errors corrected

This commit is contained in:
Piotr Strzy¿ewski
2018-07-15 15:50:22 +02:00
committed by Tomek Mrugalski
parent 4f22442012
commit d32e3991f8
3 changed files with 9 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ module ietf-dhcpv4-options {
revision 2018-07-14 {
description "Initial revision";
reference "";
}
/*

View 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;

View File

@@ -18,6 +18,7 @@ module ietf-dhcpv4-types {
revision 2018-07-14 {
description "Initial revision";
reference "";
}
/*