<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Deleting a nft chain immediately after flushing references to it does not always work"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1712#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Deleting a nft chain immediately after flushing references to it does not always work"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1712">bug 1712</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>I run this script with:

while [ 1 ]; do bash test.sh; done

I trigger no error.

I am testing 5.15.135 -stable release.

Please do not that using 'nft' from a shell script. This is discouraged, use
nft -f instead.

# cat file.nft
flush ruleset
table inet filter
add chain inet filter mychain1
add chain inet filter mychain2
add rule inet filter mychain2 ip daddr vmap { 1.1.1.1 : goto mychain1 }
# nft -f file.nft

I also tested with:

while [ 1 ]; do nft -f test.nft; done

and no spurious error is shown.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>