<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - nft reset quotas does not reset anonymous quotas"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1314">bug 1314</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>pablo@netfilter.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - nft reset quotas does not reset anonymous quotas"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1314#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - nft reset quotas does not reset anonymous quotas"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1314">bug 1314</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>(In reply to Florian Westphal from <a href="show_bug.cgi?id=1314#c1">comment #1</a>)
<span class="quote">> (In reply to Daniel from <a href="show_bug.cgi?id=1314#c0">comment #0</a>)
> > supposing that I have a quota myquota then
> > 
> > meta mark 0x123 quota named myquota
> > 
> > will count the packets. and "nft reset quotas" will reset the quota
> > 
> > Suppose instead I want to use an anonymous quota to drop packets
> > 
> > meta mark 0x123 quota over 1500 mbytes drop
> > 
> > works, but "nft reset quotas" DOES NOT reset the quota.

> Pablo, any suggestion?
> I think that resetting anon counter/quotas too makes sense,
> at least I'd expect it to work that way.

> I can have a look at this, just let me know if you agree with resetting
> the anon ones too.</span >

This probably requires a new command, since NFT_MSG_GETOBJ_RESET assumes there
is an object in place.

This new anonymous object cannot be listed, so you cannot dump its content. So
you cannot inspect stateful information for this anonymous quota.

@Daniel: What prevents you from defining a named quota to achieve what you
need?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>