Reviewed-by: Peter Müller > Signed-off-by: Stefan Schantl > --- > src/initscripts/system/firewall | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall > index 48653ff57..ecc57c8aa 100644 > --- a/src/initscripts/system/firewall > +++ b/src/initscripts/system/firewall > @@ -154,12 +154,6 @@ iptables_init() { > fi > iptables -A HOSTILE -j DROP -m comment --comment "DROP_HOSTILE" > > - # P2PBLOCK > - iptables -N P2PBLOCK > - iptables -A INPUT -j P2PBLOCK > - iptables -A FORWARD -j P2PBLOCK > - iptables -A OUTPUT -j P2PBLOCK > - > # IPS (Guardian) chains > iptables -N GUARDIAN > iptables -A INPUT -j GUARDIAN