<html>
    <head>
      <base href="https://bugzilla.netfilter.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - the output information of "ipset list -o xml" is missing the port number"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1774">1774</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>the output information of "ipset list -o xml" is missing the port number
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>ipset
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>arm
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>default
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>netfilter-buglog@lists.netfilter.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jiangjixiang@kylinos.cn
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=747" name="attach_747" title="ipset missing port number">attachment 747</a> <a href="attachment.cgi?id=747&action=edit" title="ipset missing port number">[details]</a></span>
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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>