<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Atomically updating/reloading a large set with nft -f is excessively slow"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1439#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Atomically updating/reloading a large set with nft -f is excessively slow"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1439">bug 1439</a>
              from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
        <pre>Testing with nftables at 7c9bef0c

# nft add table inet filter
# nft add set inet filter ipv6_bogons { type ipv6_addr\; flags interval\; }

# nft list ruleset
table inet filter {
        set ipv6_bogons {
                type ipv6_addr
                flags interval
        }
}

... download your bogons tarball, decompress

# nft -f ipv6_bogons.nft
... few seconds
# nft -f ipv6_bogons.nft
... few seconds
# nft list ruleset | wc -l
113210

Are you sure you are running a fresh nft binary?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>