Hii Guys
I’m Trying to filter some Mac’s on using bridge filter I can do it manually and it’s working
when I tried to script the process I got errors
My script :
/interface bridge filter add chain=forward src-mac-address=$Evilmac**/FF:FF:FF:FF:FF:FF** action=drop;
The error occurred in Colored Bold section above “Src Mac Masking”
Any ideas why this happen
If you are sure you are typing it correctly, please send this bug to support@mikrotik.com so they can get it fixed in the next release.
9939781
4
/interface bridge filter add chain=forward src-mac-address=($Evilmac . “/FF:FF:FF:FF:FF:FF”) action=drop