netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Fernando Fernandez Mancera <ffmancera@riseup.net>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nft] json: add table map statement support
Date: Sat, 3 Sep 2022 15:54:43 +0200	[thread overview]
Message-ID: <YxNco/Ts3RkmrKSM@salvia> (raw)
In-Reply-To: <20220902105204.36066-1-ffmancera@riseup.net>

On Fri, Sep 02, 2022 at 12:52:04PM +0200, Fernando Fernandez Mancera wrote:
> When listing a map with statements with JSON support, the statement list were
> ignored.
> 
> Output example:
> 
> {
>   "map": {
>     "family": "ip",
>     "name": "m",
>     "table": "t",
>     "type": "ipv4_addr",
>     "handle": 1,
>     "map": "mark",
>     "stmt": [
>       {
>         "counter": {
>           "packets": 0,
>           "bytes": 0
>         }
>       }
>     ]
>   }
> }

Applied, thanks

      reply	other threads:[~2022-09-03 13:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-02 10:52 [PATCH nft] json: add table map statement support Fernando Fernandez Mancera
2022-09-03 13:54 ` Pablo Neira Ayuso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YxNco/Ts3RkmrKSM@salvia \
    --to=pablo@netfilter.org \
    --cc=ffmancera@riseup.net \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).