bugzilla-daemon@bugzilla.netfilter.org
2006-Mar-09 15:00 UTC
[Bug 459] New: iptables-restore Segmentation fault
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=459 Summary: iptables-restore Segmentation fault Product: iptables Version: 1.3.4 Platform: i386 OS/Version: Gentoo Status: NEW Severity: minor Priority: P2 Component: iptables-restore AssignedTo: laforge@netfilter.org ReportedBy: bazil@profi.kharkov.ua when I placed into /var/lib/iptables/rules-save such lines: :INPUT ACCEPT :FORWARD ACCEPT :OUTPUT ACCEPT iptables-restore crashes with SIGSEGV. # /etc/init.d/iptables reload * Flushing firewall ... [ ok ] * Loading iptables state and starting firewall ... /etc/init.d/iptables: line 57: 25461 Segmentation fault ${iptables_bin}-restore ${SAVE_RESTORE_OPTIONS} <"${iptables_save}" Next, I correct rules-save file: :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] and all works fine. -- 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.