bugzilla-daemon@bugzilla.netfilter.org
2007-Jan-18 18:05 UTC
[Bug 536] New: Attempting to remove a non-empty userchain gives poor error message
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=536
Summary: Attempting to remove a non-empty userchain gives poor
error message
Product: iptables
Version: 1.3.5
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: doogie@brainfood.com
=mauser:~# iptables -N newchain
mauser:~# iptables -A newchain -p icmp -j ACCEPT
mauser:~# iptables -X newchain
iptables: Directory not empty
mauser:~# iptables -F newchain
mauser:~# iptables -X newchain
mauser:~#
=The error given when the user-specified chain is non-empty during removal is
non-sensical.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.