<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Deleting a nft chain immediately after flushing references to it does not always work"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1712#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - 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:cwm@epust.dk" title="cwm@epust.dk">cwm@epust.dk</a>
</span></b>
        <pre>Thanks for looking into this so quickly!

It is the delete that fails. So your second test should be like this:

# cat file.txt
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 }
# cat file1.txt
flush chain inet filter mychain2
delete chain inet filter mychain1
# nft -f file.txt
# nft -f file1.txt
file1.txt:2:1-34: Error: Could not process rule: Device or resource busy
delete chain inet filter mychain1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>