mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-23 18:28:42 +02:00
Add support to disable ipv6 in API paths `ipv6 settings
` (#158)
* add support to disable ipv6 * Add changelogs fragment * Update changelogs/fragments/158-ipv6_settings-disable.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4d86ba1a7d
commit
720debb323
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/158-ipv6_settings-disable.yml
Normal file
2
changelogs/fragments/158-ipv6_settings-disable.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158).
|
|
@ -1086,6 +1086,7 @@ PATHS = {
|
|||
fields={
|
||||
'accept-redirects': KeyInfo(default='yes-if-forwarding-disabled'),
|
||||
'accept-router-advertisements': KeyInfo(default='yes-if-forwarding-disabled'),
|
||||
'disable-ipv6': KeyInfo(default=False),
|
||||
'forward': KeyInfo(default=True),
|
||||
'max-neighbor-entries': KeyInfo(default=8192),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue