[Bug 723] New: extensions/libxt_NFLOG.man definines invalid range for --nflog-group

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Mon Jun 13 14:14:34 CEST 2011


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

           Summary: extensions/libxt_NFLOG.man definines invalid range for -
                    -nflog-group
           Product: iptables
           Version: CVS (please indicate timestamp)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: iptables
        AssignedTo: netfilter-buglog at lists.netfilter.org
        ReportedBy: darkjames-ws at darkjames.pl
   Estimated Hours: 0.0


Created an attachment (id=354)
 --> (http://bugzilla.netfilter.org/attachment.cgi?id=354)
Fix range in man for --nflog-group

Hi,

In extensions/libxt_NFLOG.man there's information about --nflog-group range
1 to 2^32-1,

But nflog-group option is defined as .type = XTTYPE_UINT16,
and in kernel sources (include/net/netfilter/nf_log.h) group is declared as
u_int16_t.

Attaching patch to fix man file.


-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.



More information about the netfilter-buglog mailing list