added dhcp standard options (#49729)
parent
62af321909
commit
418c03a686
|
@ -48,7 +48,10 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the DHCP option to configure
|
- The name of the DHCP option to configure. The standard options are
|
||||||
|
C(router), C(router-templates), C(domain-name-servers), C(domain-name),
|
||||||
|
C(broadcast-address), C(broadcast-address-offset), C(dhcp-lease-time),
|
||||||
|
and C(dhcp6.name-servers).
|
||||||
num:
|
num:
|
||||||
description:
|
description:
|
||||||
- The number of the DHCP option to configure
|
- The number of the DHCP option to configure
|
||||||
|
|
Loading…
Reference in New Issue