netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2]: nftables: segtree fixes
@ 2014-01-16 16:21 Patrick McHardy
  2014-01-16 16:21 ` [PATCH 1/2] segtree: only use prefix expressions for ranges for selected datatypes Patrick McHardy
  2014-01-16 16:21 ` [PATCH 2/2] segtree: fix decomposition of unclosed intervals Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick McHardy @ 2014-01-16 16:21 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

These patches fix a couple of broken cases and improve readability
in interval decomposition.

- mark datatypes where representations as prefixes is preferrable to ranges,
  like IP addresses, and use that to decide whether to use prefix or range
  expressions if both are possible

- fix a couple of bugs wrt. unclosed intervals

I'm working on some further improvements and cleanups, but these are the
minimum we should put in for the upcoming release to make the output
both understandable and correct.

Signed-off-by: Patrick McHardy <kaber@trash.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-16 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 16:21 [PATCH 0/2]: nftables: segtree fixes Patrick McHardy
2014-01-16 16:21 ` [PATCH 1/2] segtree: only use prefix expressions for ranges for selected datatypes Patrick McHardy
2014-01-16 16:21 ` [PATCH 2/2] segtree: fix decomposition of unclosed intervals Patrick McHardy

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).