mirror of https://github.com/apache/cloudstack.git
bug 6348: remove performance sapping rule
This commit is contained in:
parent
d0b1cac2cd
commit
3f9185032f
|
|
@ -9,7 +9,6 @@ COMMIT
|
|||
:OUTPUT ACCEPT [0:0]
|
||||
-A INPUT -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -i eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -i eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -p icmp -j ACCEPT
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
-A INPUT -i eth0 -p udp -m udp --dport 67 -j ACCEPT
|
||||
|
|
|
|||
Loading…
Reference in New Issue