[Bug 1777] Error: COMMAND_FAILED: 'python-nftables' failed

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Mon Nov 11 19:46:19 CET 2024


https://bugzilla.netfilter.org/show_bug.cgi?id=1777

--- Comment #13 from Pablo Neira Ayuso <pablo at netfilter.org> ---
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?

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20241111/afcd5e95/attachment-0001.html>


More information about the netfilter-buglog mailing list