All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iptables 0/8] iptables-translate: fix some bugs and add more translations to nft
@ 2016-10-07 11:08 Liping Zhang
  2016-10-07 11:08 ` [PATCH iptables 1/8] extensions: libipt_realm: add a missing space in translation Liping Zhang
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Liping Zhang @ 2016-10-07 11:08 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, Liping Zhang

From: Liping Zhang <liping.zhang@spreadtrum.com>

This patch set fixes some bugs related to translation:
  * libipt_realm: add a missing space
  * libxt_iprange: ip6tables translation's format is not correct
  * libxt_iprange & libxt_devgroup: handle the invert flag properly
  * libxt_ipcomp: add range support

Also add libxt_quota, libxt_DSCP, libxt_statistic translation to nft.
Note: we only support statistic's nth mode translation, because random
mode is not completely supported in nft.

Liping Zhang (8):
  extensions: libipt_realm: add a missing space in translation
  extensions: libxt_iprange: rename "ip saddr" to "ip6 saddr" in
    ip6tables-xlate
  extensions: libxt_iprange: handle the invert flag properly in
    translation
  extensions: libxt_devgroup: handle the invert flag properly in
    translation
  extensions: libxt_ipcomp: add range support in translation
  extensions: libxt_quota: add translation to nft
  extensions: libxt_DSCP: add translation to nft
  extensions: libxt_statistic: add translation to nft

 extensions/libipt_realm.c    |  2 +-
 extensions/libxt_DSCP.c      | 64 +++++++++++++++++++++++++++++++++++---------
 extensions/libxt_devgroup.c  |  5 ++--
 extensions/libxt_ipcomp.c    | 10 ++++---
 extensions/libxt_iprange.c   | 52 ++++++++++++++---------------------
 extensions/libxt_quota.c     | 12 +++++++++
 extensions/libxt_statistic.c | 21 +++++++++++++++
 7 files changed, 115 insertions(+), 51 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-10-14 17:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 11:08 [PATCH iptables 0/8] iptables-translate: fix some bugs and add more translations to nft Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 1/8] extensions: libipt_realm: add a missing space in translation Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 2/8] extensions: libxt_iprange: rename "ip saddr" to "ip6 saddr" in ip6tables-xlate Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 3/8] extensions: libxt_iprange: handle the invert flag properly in translation Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 4/8] extensions: libxt_devgroup: " Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 5/8] extensions: libxt_ipcomp: add range support " Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 6/8] extensions: libxt_quota: add translation to nft Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 7/8] extensions: libxt_DSCP: " Liping Zhang
2016-10-07 11:08 ` [PATCH iptables 8/8] extensions: libxt_statistic: " Liping Zhang
2016-10-14 17:02 ` [PATCH iptables 0/8] iptables-translate: fix some bugs and add more translations " Pablo Neira Ayuso

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.