mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-18 16:48:45 +02:00
Set default value for interface list include/exclude (#394)
Without a default value a pre-existing value isn't removed unless the caller specifies the property.
This commit is contained in:
parent
db716c1368
commit
fb070e4ac6
3 changed files with 4 additions and 10 deletions
|
@ -441,8 +441,8 @@ PATHS = {
|
|||
fully_understood=True,
|
||||
fields={
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'exclude': KeyInfo(),
|
||||
'include': KeyInfo(),
|
||||
'exclude': KeyInfo(default=''),
|
||||
'include': KeyInfo(default=''),
|
||||
'name': KeyInfo(),
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue