Hi!
RB751, v5.26
When I make the rule:
chain=forward action=drop src-address=192.168.100.0/24
or
chain=forward action=drop out-interface=bridge1
they block any connections.
But if I use both the rules together
chain=forward action=drop src-address=192.168.100.0/24 out-interface=bridge1
all connections are allowed again.
Why?