[Bug 536] New: Attempting to remove a non-empty userchain gives poor error message

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Thu Jan 18 18:05:43 CET 2007


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 at netfilter.org
        ReportedBy: doogie at 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.



More information about the netfilter-buglog mailing list