All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [iptables-nftables PATCH 3/3] nft: Print unknown target data only when relevant
Date: Wed, 7 Aug 2013 11:01:12 +0200	[thread overview]
Message-ID: <20130807090112.GC6935@localhost> (raw)
In-Reply-To: <1375864297-9347-4-git-send-email-tomasz.bursztyka@linux.intel.com>

On Wed, Aug 07, 2013 at 11:31:37AM +0300, Tomasz Bursztyka wrote:
> Bug is:
> xtables -N test
> xtables -A FORWARD -j test
> xtables -L
> Chain INPUT (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain FORWARD (policy ACCEPT)
> target     prot opt source               destination
> test       all  --  anywhere             anywhere            [0 bytes of unknown target data]
> 
> Chain OUTPUT (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain test (1 references)
> target     prot opt source               destination
> 
> "[0 bytes of unknown target data]" should not be printed in this case.

Applied, thanks.

      reply	other threads:[~2013-08-07  9:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07  8:31 [iptables-nftables PATCH 0/3] Generalize nft_rule_list() (+ 2 fixes) Tomasz Bursztyka
2013-08-07  8:31 ` [iptables-nftables PATCH 1/3] nft: Remove useless test on rulenum in nft_rule_list() Tomasz Bursztyka
2013-08-07  8:59   ` Pablo Neira Ayuso
2013-08-07  8:31 ` [iptables-nftables PATCH 2/3] nft: Generalize nft_rule_list() against current family Tomasz Bursztyka
2013-08-07  9:00   ` Pablo Neira Ayuso
2013-08-07  9:02     ` Tomasz Bursztyka
2013-08-07  8:31 ` [iptables-nftables PATCH 3/3] nft: Print unknown target data only when relevant Tomasz Bursztyka
2013-08-07  9:01   ` 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=20130807090112.GC6935@localhost \
    --to=pablo@netfilter.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=tomasz.bursztyka@linux.intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.