Hi, On Fri, Sep 7, 2018 at 3:44 PM Steven Honson via openwrt-devel <[email protected]> wrote: > > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automatically by the mailing list software. > > > ---------- Forwarded message ---------- > From: Steven Honson <[email protected]> > To: [email protected] > Cc: > Bcc: > Date: Fri, 7 Sep 2018 23:40:57 +1000 > Subject: [PATCH] kernel: nf-nathelper-extra depends on ipt-raw > As automatic helper assignment is disabled in recent Linux kernels, > explicit rules must be added to the raw table for each helper. > > While commit f50a524 in the firewall3 project added a set of default > rules and other additional related functionality, both this and the > alternative manual methods of defining these rules require kmod-ipt-raw. Does commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e5f56c07d7fab9a6f2201f4100b593349b8ef67d not already fix this problem ?
Hans > > Signed-off-by: Steven Honson <[email protected]> > --- > package/kernel/linux/modules/netfilter.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/kernel/linux/modules/netfilter.mk > b/package/kernel/linux/modules/netfilter.mk > index 6d751cc658..3dc408b8d2 100644 > --- a/package/kernel/linux/modules/netfilter.mk > +++ b/package/kernel/linux/modules/netfilter.mk > @@ -447,7 +447,7 @@ define KernelPackage/nf-nathelper-extra > KCONFIG:=$(KCONFIG_NF_NATHELPER_EXTRA) > FILES:=$(foreach mod,$(NF_NATHELPER_EXTRA-m),$(LINUX_DIR)/net/$(mod).ko) > AUTOLOAD:=$(call AutoProbe,$(notdir $(NF_NATHELPER_EXTRA-m))) > - DEPENDS:=+kmod-nf-nat +kmod-lib-textsearch > + DEPENDS:=+kmod-nf-nat +kmod-lib-textsearch +kmod-ipt-raw > endef > > define KernelPackage/nf-nathelper-extra/description > — > 2.18.0 > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
