-
### Summary
I am attempting to run a playbook on RouterOS switches and routers (Mikrotik) using the official ansible galaxy module. When I run a playbook I get a fatal error that in short says "fai…
-
Tested on RouterOS v7.1b6 Example prefix: 2001:7d0:87cc:c600::/56
1. Create static IPv6 DNS record ending with ::1
2. Disable dhcpv6-client, enable dhcpv6-client -> new prefix propagates correctly…
-
Hi,
after upgrade the netmiko module from 2.4.2 to 3.0.0 the "send_command" function, for mikrotik RouterOS device, is not working. The traceback message is showing "IndexError" exception for the l…
-
Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose)
If I copy&paste the current inventory (ip and creds updated) and playbook example from the readme I g…
-
Hi guys!
I need a list of 10000 records to be added in address-list. I tried a cycle:
```
$util->setMenu('/ip firewall address-list');
for ($i=0; $i < 10000; $i++) {
$util->add(array('addres…
-
Hey @romkatv! I'm giving z4h/v3 a spin, and would like to share some ideas and ask some questions at the same time 🙂
1. Tab completion: traversing hidden folders
You mentioned it is possible to…
-
## The problem
The Mikrotik integration is choking on a Unicode response from the router. If the integration is added with the UI, this prevents it from completing setup. If added directly to confi…
-
**Checklist**
- [x] I read the [README](https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/README.md)
- [x] I read the [Important notes](https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/RE…
-
Issue Type: Bug
Thils line of PERL code
my @list = split /"/, $string;
will color all following lines as if withing a string because of the unbalanced quote.
This, however, is a val…
-
We need full support for RouterOS 7+ which is currently in beta.
There are multiple issues causing integration to crash, due to extensive changes made in upcoming major version.