<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 - ipset sorting does not work"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1285">1285</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ipset sorting does not work
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </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>ratness@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>$ cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
$ ipset --version
ipset v6.29, protocol version: 6
$ ipset list && echo 'nada'
nada
$ ipset create 23456 hash:net
$ ipset create 12345 hash:net
$ ipset -n list
23456
12345
$ ipset -n -s list
23456
12345

I know, 6.29 is coming up on 3 years old.  So I pulled the 7.0 from git.

I see where IPSET_ENV_SORTED is being gathered up/set in lib/ipset.c and
src/ui.c, but I don't see anywhere it's actually being used.

Hope I'm not missing something obvious.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>