Page 1 of 1

Bridge Filter Script (Bug!)

Posted: Wed Jul 04, 2012 1:59 pm
by PaRaN0iD
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

Re: Bridge Filter Script (Bug!)

Posted: Sun Jul 08, 2012 7:36 pm
by jandafields
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.

Posted: Mon Sep 28, 2015 1:15 am
by PeterDoBrasil
:lol:

Re: Bridge Filter Script (Bug!)

Posted: Mon Sep 28, 2015 4:05 am
by 9939781
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
/interface bridge filter add chain=forward src-mac-address=($Evilmac . "/FF:FF:FF:FF:FF:FF") action=drop