<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Trying to populate a set raises a netlink error "Could not process rule: No space left on device""
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1464#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Trying to populate a set raises a netlink error "Could not process rule: No space left on device""
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1464">bug 1464</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>OK, I found the root cause.

On your side, you are triggering EEXIST on a very big netlink message contain
lots of elements from userspace.

The receive buffer is only MNL_SOCKET_BUFFER_SIZE which is not big enough to
store the NLMSG_ERROR message, which contains the original netlink message as a
payload.

Preparing a patch to fix this...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>