If I create a firewall rule as such:
Accept - Forward - Src Address !192.168.1.0/24 - src Address-List LAN
Address List LAN:
192.168.1.0/24
192.168.2.0/24
This would accept forward from 192.168.2.0/24 but not 192.168.1.0/24 right?
My next question is why? Would the firewall rule go off specificity? Since the Src Address is more specific than the Src Address List is it going to take precidence over the src Address List?