[Bug 614] New: support Linux/no-mmu

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Sun Oct 11 10:47:17 CEST 2009


http://bugzilla.netfilter.org/show_bug.cgi?id=614

           Summary: support Linux/no-mmu
           Product: iptables
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: iptables
        AssignedTo: laforge at netfilter.org
        ReportedBy: vapier at gentoo.org


Linux systems that lack a MMU cannot call fork().  Fortunately, the only place
in iptables that uses fork() follows it by an exec(), so we can easily convert
the code to vfork().


-- 
Configure bugmail: http://bugzilla.netfilter.org/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