<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SIGSEGV on loading tables"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1282#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SIGSEGV on loading tables"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1282">bug 1282</a>
              from <span class="vcard"><a class="email" href="mailto:pawel.krawczyk@hush.com" title="pawel.krawczyk@hush.com">pawel.krawczyk@hush.com</a>
</span></b>
        <pre>It's interesting that it fails in a way that leaves an empty chain:

chain inet main input {
    type filter hook input priority 50; policy drop
}

Which is how I first experienced the bug, being cut off from the server.

When the chain {} block is converted to a series of "add rule" statements, it
all works as expected.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>