All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH libnetfilter_conntrack 0/1] zero value handling of mark and zone
@ 2014-06-11 23:38 Ken-ichirou MATSUZAWA
  0 siblings, 0 replies; only message in thread
From: Ken-ichirou MATSUZAWA @ 2014-06-11 23:38 UTC (permalink / raw)
  To: The netfilter developer mailinglist; +Cc: Pablo Neira Ayuso

 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-11 23:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 23:38 [RFC PATCH libnetfilter_conntrack 0/1] zero value handling of mark and zone Ken-ichirou MATSUZAWA

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.