From: Hans Dedecker Date: Mon, 16 Oct 2017 09:29:55 +0000 (+0200) Subject: pending-4.4: 610-netfilter_match_bypass_default_check: fix 32bit compat layer X-Git-Tag: v18.06.0-rc1~1947 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=856c53f1751ece9a44ab0b9ed1acb344913bf20c;hp=856c53f1751ece9a44ab0b9ed1acb344913bf20c;p=openwrt%2Fopenwrt.git pending-4.4: 610-netfilter_match_bypass_default_check: fix 32bit compat layer Patch 610-netfilter_match_bypass_default_check added an extra flag IPT_F_NO_DEF_MATCH which is copied to user space in function copy_entries_to_user. The 32bit compat layer function was missing the same logic to copy the flag IPT_F_NO_DEF_MATCH to user space for a 64bit kernel and 32 bit user space. Signed-off-by: Hans Dedecker Signed-off-by: Thierry Dutre ---