Re: [PATCH firewall3 v1 0/2] fix DSCP/MARK target implementation

2021-03-21 Thread Philip Prindeville
Are you aware that many open source apps already do DSCP marking? I submitted the changes to Firefox, Thunderbird, Cyrus, Proftpd, Sendmail, Postfix, Curl, Wget, Apache... and this was more than 15 years ago. Why would you want to overwrite marking if it's already present? > On Mar 21, 2021, a

[PATCH firewall3 v1 0/2] fix DSCP/MARK target implementation

2021-03-21 Thread Tony Ambardar via openwrt-devel
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.--- Begin Message --- Currently, fw3 places all DSCP/MAR

[PATCH firewall3 v1 1/2] zone: avoid duplicates in devices list

2021-03-21 Thread Tony Ambardar via openwrt-devel
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.--- Begin Message --- While resolving zones to devices i

[PATCH firewall3 v1 2/2] rules: fix device and chain usage for DSCP/MARK targets

2021-03-21 Thread Tony Ambardar via openwrt-devel
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.--- Begin Message --- Currently, fw3 places all DSCP/MAR

[PATCH] mwlwifi: remove target dependency

2021-03-21 Thread Daniel Golle
Users complained that building images for various mvebu Linksys devices fails when using the ImageBuilder, it complains about the package 'mwlwifi-firmware-88w8964' not being found. Turns out the package builds fine in mvebu/cortex-a9 images build, but isn't built at all for arm/cortex-a9 packages

[sdwalker/sdwalker.github.io] 174b2b: This week's update

2021-03-21 Thread Stephen Walker via openwrt-devel
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.--- Begin Message --- Branch: refs/heads/master Home

[PATCH v1] procd: Adding support to detect Pantavisor Container Platform

2021-03-21 Thread Gaurav Pathak
Modified container.h to detect the pantavisor container platform, as it runs a custom modified version of LXC. container.h is modified to check if procd is running in a pantavisor container environment by detecting the presence of pantavisor directory under /. Signed-off-by: Gaurav Pathak --- co

[no subject]

2021-03-21 Thread Gaurav Pathak
I have merged the detection of /pantavisor into the is_container() function. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH uhttpd v2] client: Always close connection with request body in case of error

2021-03-21 Thread Hauke Mehrtens
When we run into an error like a 404 Not Found the request body is not read and will be parsed as part of the next request. The next Request will then fail because there is unexpected data in it. When we run into such a problem with a request body close return an error and close the connection. Thi

Re: [PATCH] build: artifacts add dependency for builded images

2021-03-21 Thread Paul Spooren
On Sat Mar 20, 2021 at 10:58 PM HST, Oskari Lemmela wrote: > Add possibility to use images and initramfs in artifacts. > > Signed-off-by: Oskari Lemmela > --- Hi, could you please elaborate on your use-case? > include/image.mk | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff

[PATCH] build,json: fix duplicates in default_packages

2021-03-21 Thread Paul Spooren
Calling without the DUMP=1 argument causes the target specific Makefile to be "included" again which adds the target specific packages twice, once on the actual run and once included from `include/target.mk`. This led to duplicate package entries, causing confusion in downstream projects using the

[PATCH] build: artifacts add dependency for builded images

2021-03-21 Thread Oskari Lemmela
Add possibility to use images and initramfs in artifacts. Signed-off-by: Oskari Lemmela --- include/image.mk | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index 29df0938bc..8b7b2b9740 100644 --- a/include/image.mk +++ b/include/imag