Bug#434137: pppoeconf: incorrectly removes MSS rules from iptables

2007-08-10 Thread Gregory Colpart
tags 434137 + pending thanks Hello, On Sun, Jul 22, 2007 at 12:05:01AM +0400, Alexey Andriyanov wrote: > > Removing MSS rules by calling > iptables -t mangle -L -n -v --line-numbers | grep "TCPMSS.*$PPP_IFACE.*clamp" > | cut -f1 -d " " | xargs -n1 -r iptables -t mangle -D FORWARD > is incorrect

Bug#434137: pppoeconf: incorrectly removes MSS rules from iptables

2007-07-21 Thread Alexey Andriyanov
Package: pppoeconf Version: 1.7 Severity: important Tags: patch Removing MSS rules by calling iptables -t mangle -L -n -v --line-numbers | grep "TCPMSS.*$PPP_IFACE.*clamp" | cut -f1 -d " " | xargs -n1 -r iptables -t mangle -D FORWARD is incorrect because each of every non-first rule number passed