mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -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