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";
}
/*
leaf router-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "Router address";
+ description "Router address";
}
}
}
leaf time-server-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "Time Server address";
+ description "Time Server address";
}
}
}
leaf domain-server-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "DNS Server address";
+ description "DNS Server address";
}
}
}
leaf log-server-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "Logging Server address";
+ description "Logging Server address";
}
}
}
leaf broadcast-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "Broadcast address";
+ description "Broadcast address";
}
}
container ntp-server-option {
leaf ntp-server-addr {
type inet:ipv4-address;
mandatory true;
- desctiption "NTP Server address";
+ description "NTP Server address";
}
}
}
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";
}
/*