Is there any (functional) difference between these two statements? -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT -A INPUT -p tcp --dport 80 -j ACCEPT
Is there any (functional) difference between these two statements? -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT -A INPUT -p tcp --dport 80 -j ACCEPT