<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft fails to parse own output; unable to save-restore active state"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1188#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - nft fails to parse own output; unable to save-restore active state"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1188">bug 1188</a>
              from <span class="vcard"><a class="email" href="mailto:netfilter@allycomm.com" title="Jeff Kletsky <netfilter@allycomm.com>"> <span class="fn">Jeff Kletsky</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=508" name="attach_508" title="tar containing files to reproduce">attachment 508</a> <a href="attachment.cgi?id=508&action=edit" title="tar containing files to reproduce">[details]</a></span>
tar containing files to reproduce

To Reproduce
============

* Create a working directory and cd into it
* Unpack attached tar file; to-reproduce.txz (flat files, no subdirectory)

$ sudo nft -f nftables.conf   # ruleset loads

$ sudo sh -c 'nft list ruleset > ruleset.out'   # Can confirm contents of
ruleset

$ sudo nft -f ruleset.out 
ruleset.out:6:38-46: Error: syntax error, unexpected string, expecting comma or
'}'
                 ::ffff:0.0.0.0/96,
                                     ^^^^^^^^^
ruleset.out:7:30-35: Error: syntax error, unexpected string
                 2001::/32,
                             ^^^^^^
ruleset.out:8:30-38: Error: syntax error, unexpected string
                 2001:10::/28,
                             ^^^^^^^^^
ruleset.out:9:30-39: Error: syntax error, unexpected string
                 2001:db8::/32,
                             ^^^^^^^^^^
ruleset.out:10:30-35: Error: syntax error, unexpected string
                 2002::/16,
                             ^^^^^^
ruleset.out:11:30-35: Error: syntax error, unexpected string
                 3ffe::/16,
                             ^^^^^^
ruleset.out:12:30-35: Error: syntax error, unexpected string
                 5f00::/8,
                             ^^^^^^
ruleset.out:13:30-35: Error: syntax error, unexpected string
                 fc00::/8 }
                             ^^^^^^</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>