mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-23 18:28:42 +02:00
ip dhcp-client: dhcp-options can be removed with value '' (#154)
* dhcp-options can be removed with value ''. * Fix handling of disabled keys on creation. * Fix typo.
This commit is contained in:
parent
071f742100
commit
4329928474
5 changed files with 166 additions and 11 deletions
|
@ -1314,7 +1314,7 @@ PATHS = {
|
|||
'add-default-route': KeyInfo(default=True),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'default-route-distance': KeyInfo(default=1),
|
||||
'dhcp-options': KeyInfo(default='hostname,clientid'),
|
||||
'dhcp-options': KeyInfo(default='hostname,clientid', can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'interface': KeyInfo(),
|
||||
'script': KeyInfo(can_disable=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue