mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Fix IPv6 address 'from-pool' default value (#270)
* Fix ipv6 address 'from-pool' default value * Add changelog fragment for #270
This commit is contained in:
parent
506b3eba39
commit
99581a00f7
2 changed files with 3 additions and 1 deletions
|
@ -1397,7 +1397,7 @@ PATHS = {
|
|||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'eui-64': KeyInfo(default=False),
|
||||
'from-pool': KeyInfo(),
|
||||
'from-pool': KeyInfo(default=''),
|
||||
'interface': KeyInfo(required=True),
|
||||
'no-dad': KeyInfo(default=False),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue