reference "RFC2132: DHCP Options and BOOTP Vendor Extensions";
leaf domain-name {
type string;
- mandatory true;
description "Domain Name";
}
}
reference "RFC2132: DHCP Options and BOOTP Vendor Extensions";
leaf broadcast-addr {
type inet:ipv4-address;
- mandatory true;
description "Broadcast address";
}
}
reference "RFC2132: DHCP Options and BOOTP Vendor Extensions";
leaf server-name {
type string;
- mandatory true;
description "TFTP Server Name";
}
}
reference "RFC2132: DHCP Options and BOOTP Vendor Extensions";
leaf bootfile-name {
type string;
- mandatory true;
description "Boot File Name";
}
}