All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ken-ichirou MATSUZAWA <chamaken@gmail.com>
To: The netfilter developer mailinglist <netfilter-devel@vger.kernel.org>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Subject: [RFC PATCH libnetfilter_conntrack 0/1] zero value handling of mark and zone
Date: Thu, 12 Jun 2014 08:38:14 +0900	[thread overview]
Message-ID: <CAGCkEt1s+qbY90TV5y4-oxXojv3Eu4Mg+03qgsNG0mnx+aU22Q@mail.gmail.com> (raw)

 Hello,

Dumping conntrack entries of zone value 0 by conntrack command in
conntrack-tools
by specifying option -L -w0 does not list any entry. To solve it, I
think we have three
options:

1. As with mark, adding filter code to ctnetlink_dump_table() and
ctnetlink_get_conntrack()

2. Add zone value even its value 0 in ctnetlink_fill_info() (and
ctnetlink_conntrack_event())

3. Handle mark and zone as special case in comparison. (This patch)

Would you tell me what is suitable for?

Thanks,

                 reply	other threads:[~2014-06-11 23:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAGCkEt1s+qbY90TV5y4-oxXojv3Eu4Mg+03qgsNG0mnx+aU22Q@mail.gmail.com \
    --to=chamaken@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.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 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.