netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft PATCH 0/3] fix a delinearization issue
@ 2015-02-25 23:51 Eric Leblond
  2015-02-25 23:51 ` [nft PATCH 1/3] regression: fix typo in README Eric Leblond
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Leblond @ 2015-02-25 23:51 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


Hello,

This small patchset is fixing a ntables delinearization issue when
using counter. The rule triggering this is not straightforward as
it relays on statement order:
 ip protocol tcp counter packets tcp dport ssh accept
But it is possible some users are using this kind of rules so it
should be linearized and delinearized correctly.

With current code it was converted when reading rules from kernel
to:
 counter packets tcp dport ssh accept

BR,
--
Eric

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

end of thread, other threads:[~2015-02-26  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 23:51 [nft PATCH 0/3] fix a delinearization issue Eric Leblond
2015-02-25 23:51 ` [nft PATCH 1/3] regression: fix typo in README Eric Leblond
2015-02-25 23:51 ` [nft PATCH 2/3] regression: add test on counter related issue Eric Leblond
2015-02-25 23:51 ` [nft PATCH 3/3] netlink_delinearize: fix postprocessing Eric Leblond
2015-02-26  8:40   ` 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).