[Bug 1774] New: the output information of "ipset list -o xml" is missing the port number

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed Sep 18 04:55:18 CEST 2024


https://bugzilla.netfilter.org/show_bug.cgi?id=1774

            Bug ID: 1774
           Summary: the output information of "ipset list -o xml" is
                    missing the port number
           Product: ipset
           Version: unspecified
          Hardware: arm
                OS: other
            Status: NEW
          Severity: major
          Priority: P5
         Component: default
          Assignee: netfilter-buglog at lists.netfilter.org
          Reporter: jiangjixiang at kylinos.cn

Created attachment 747
  --> https://bugzilla.netfilter.org/attachment.cgi?id=747&action=edit
ipset missing port number

The last line of the output from the 'ipset list - o xml' command is missing
the port number, please refer to the attached image.

test environment:
    aarch64,
    memory PAGE_SIZE: 65536

reproduction steps:
  1. create a IP set:  ipset create foo hash:ip,port
  2. add IP to set: for i in `seq 100 241`; do ipset add foo
192.168.122.$i,12345; done
  3. output set in xml format: ipset list foo -o xml

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20240918/14b6f7aa/attachment.html>


More information about the netfilter-buglog mailing list