Very weird problem with accelerate mode on FreeBSD (tested against 10-BETA3). The ipv6 is true for some. Have checked the code that is written, parameter is definitely false.
I’ve temporarily fixed this in main() with:
ipv6 = bool(module.params[‘ipv6’])
ipv6 = False
So in case others see it too. No explanation. With that all works.
All the best,
Berend.