<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 - set timeout > 23d"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1377">1377</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>set timeout > 23d
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>nftables
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Debian GNU/Linux
          </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>kernel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pablo@netfilter.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>acc-nftbls@online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>it appears that <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - sets: timeout > 24d20h31m23s becomes 49d17h2m47s"
   href="show_bug.cgi?id=1237">Bug 1237</a> has not fixed the issue for timeouts provided in rules

kernel version: 4.19.67

# nft add set ip filter test \{type ipv4_addr\; timeout 30d\; flags timeout\;\}
# nft list set ip filter test
table ip filter {
    set test {
        type ipv4_addr
        size 65535
        timeout 30d <-- OK
    }
}

# nft add rule ip filter test tcp dport 12345  set update ip saddr timeout 30d
@test
# nft list chain ip filter test
table ip filter {
    chain test {
        tcp dport 12345 update @test { ip saddr timeout 49d17h2m47s288ms } <--
NOT OK
    }
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>