Hello,
is there a reason that
/ip firewall filter print chain=forward
works like a charm but
/ipv6 firewall filter print chain=forward
is not implemented? ![]()
Thanks,
Florian
Hello,
is there a reason that
/ip firewall filter print chain=forward
works like a charm but
/ipv6 firewall filter print chain=forward
is not implemented? ![]()
Thanks,
Florian
The proper syntax is:
/ipv6 firewall filter print where chain=forward
Apparently in /ip it is forgiving and in /ipv6 it is not.
Urgh - my bad, indeed, you’re right. Sorry for the confusion!