Code: Select all
/ip firewall filter> :local iface e5 ; add in-interface=!e5 chain=prerouting
Code: Select all
/ip firewall filter> :local iface e5 ; add in-interface=$iface chain=prerouting
Code: Select all
/ip firewall filter> :local iface e5 ; add in-interface=!$iface chain=prerouting
expected interface value (line 1 column 37)
/ip firewall filter> :local iface e5 ; add in-interface=!($iface) chain=prerouting
expected interface value (line 1 column 37)
/ip firewall filter> :local iface e5 ; add in-interface!=($iface) chain=prerouting
expected end of command (line 1 column 23)