All of lore.kernel.org
 help / color / mirror / Atom feed
* [nftables tool PATCH 0/5] Easier base chain declaration
@ 2013-08-28  8:33 Tomasz Bursztyka
  2013-08-28  8:33 ` [nftables tool PATCH 1/5] src: Fix base chain print out Tomasz Bursztyka
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tomasz Bursztyka @ 2013-08-28  8:33 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Tomasz Bursztyka

Hi,

So as proposed, patch 2 and 3 make hook more readable and add priority keyword.
patch 1 is a quick fix on base chain output (we should check the chain's flags, not it's hookunum).
and patch 4 is just to enforce the base chain type checking at input
patch 5 is uptading the tests set according to these syntax changes.

Tomasz Bursztyka (5):
  src: Fix base chain print out
  src: Wrap netfilter hooks around human readable strings
  syntax: Add priority keyword on base chain description
  src: Ensure given base chain type is a valid one
  tests: Update bate chain creation according to latest syntax changes

 include/rule.h      |  23 +++++++++++
 src/netlink.c       | 109 +++++++++++++++++++++++++++++++++++++++++++++++++---
 src/parser.y        |  37 ++++++++++++++----
 src/rule.c          |  51 +++++++++++++++++++-----
 src/scanner.l       |   6 ---
 tests/dictionary    |   2 +-
 tests/expr-ct       |   2 +-
 tests/expr-meta     |   2 +-
 tests/family-bridge |   2 +-
 tests/family-ipv4   |   2 +-
 tests/family-ipv6   |   2 +-
 tests/obj-chain     |   2 +-
 tests/payload-ll    |   2 +-
 tests/set           |   2 +-
 tests/stmt-log      |   2 +-
 tests/verdict-maps  |   2 +-
 16 files changed, 209 insertions(+), 39 deletions(-)

-- 
1.8.3.2


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

end of thread, other threads:[~2013-09-02  5:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28  8:33 [nftables tool PATCH 0/5] Easier base chain declaration Tomasz Bursztyka
2013-08-28  8:33 ` [nftables tool PATCH 1/5] src: Fix base chain print out Tomasz Bursztyka
2013-08-30 21:58   ` Pablo Neira Ayuso
2013-08-28  8:33 ` [nftables tool PATCH 2/5] src: Wrap netfilter hooks around human readable strings Tomasz Bursztyka
2013-08-30 22:05   ` Pablo Neira Ayuso
2013-09-02  5:03     ` Tomasz Bursztyka
2013-08-28  8:33 ` [nftables tool PATCH 3/5] syntax: Add priority keyword on base chain description Tomasz Bursztyka
2013-08-28  8:33 ` [nftables tool PATCH 4/5] src: Ensure given base chain type is a valid one Tomasz Bursztyka
2013-08-28  8:33 ` [nftables tool PATCH 5/5] tests: Update bate chain creation according to latest syntax changes Tomasz Bursztyka

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.