<html>
    <head>
      <base href="https://bugzilla.netfilter.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Error: COMMAND_FAILED: 'python-nftables' failed"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1777#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Error: COMMAND_FAILED: 'python-nftables' failed"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1777">bug 1777</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>the json blob you posted is incomplete, it is easy to inspect via | jq.

There is no initial add table inet firewalld command.

There is also a jump to chain which is not defined.

    {
      "add": {
        "rule": {
          "family": "inet",
          "table": "firewalld",
          "chain": "filter_IN_internal",
          "expr": [
            {
              "jump": {
                "target": "filter_INPUT_POLICIES_pre"
              }
            }
          ]
        }
      }
    },

Are you trying to add this json blob that you posted to an existing ruleset in
place?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>