<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:fw@strlen.de" title="Florian Westphal <fw@strlen.de>"> <span class="fn">Florian Westphal</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - add set - syntax has changed - update documentation"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1299">bug 1299</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;">CC</td>
           <td>
                
           </td>
           <td>fw@strlen.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - add set - syntax has changed - update documentation"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1299#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - add set - syntax has changed - update documentation"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1299">bug 1299</a>
              from <span class="vcard"><a class="email" href="mailto:fw@strlen.de" title="Florian Westphal <fw@strlen.de>"> <span class="fn">Florian Westphal</span></a>
</span></b>
        <pre>(In reply to James Feeney from <a href="show_bug.cgi?id=1299#c0">comment #0</a>)
<span class="quote">> $ sudo nft list tables
> table inet filter
> table ip nat
> table ip private

> $ sudo nft add set filter foreign \{ type ipv4_addr \; \}
> Error: Could not process rule: No such file or directory
> add set filter foreign { type ipv4_addr ; }
>         ^^^^^^</span >

This is short for 'nft add set ip filter', but there is no
table named 'filter' in the ip family.

I would very much like to enforce family, but it might break
existing scripts.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>