mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add missing options for 'ip dhcp-server network'. (#106)
This commit is contained in:
parent
96c6feff8e
commit
a2ace3fb79
2 changed files with 7 additions and 0 deletions
|
@ -763,12 +763,17 @@ PATHS = {
|
|||
primary_keys=('address', ),
|
||||
fields={
|
||||
'address': KeyInfo(),
|
||||
'boot-file-name': KeyInfo(default=''),
|
||||
'caps-manager': KeyInfo(default=''),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'dhcp-option': KeyInfo(default=''),
|
||||
'dhcp-option-set': KeyInfo(default=''),
|
||||
'dns-none': KeyInfo(default=''),
|
||||
'dns-server': KeyInfo(default=''),
|
||||
'domain': KeyInfo(default=''),
|
||||
'gateway': KeyInfo(automatically_computed_from=('address', )),
|
||||
'netmask': KeyInfo(automatically_computed_from=('address', )),
|
||||
'next-server': KeyInfo(default=''),
|
||||
'ntp-server': KeyInfo(default=''),
|
||||
'wins-server': KeyInfo(default=''),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue