[PATCH] vxlan: allow for dynamic source ip selection

2020-11-22 Thread Johannes Kimmel
By setting 'auto', the zero address or the empty string as source address, vxlan will choose one dynamically. This helps in setups where a wan ip or prefix changes. This corresponse to setting up an vxlan tunnel with: proto vxlan6: # ip link add vx0 type vxlan id ID local :: ... proto vxlan:

Re:

2020-11-22 Thread Paul Spooren
Not sure if it works for DMARC emails, but: Acked-by: Paul Spooren On Sun Nov 22, 2020 at 4:23 AM HST, Paulo Machado via openwrt-devel wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate

[PATCH] Adds support for Comfast CF-E538AC

2020-11-22 Thread Sven Danner
Comfast CF-E538AC is an wall mounted access point with an additional Ethernet LAN access port. It supports 802.11AC Wave2 MU-MIMO Serial port access for debricking requires simple soldering of 4 pins. Device specifications: * SoC: MT7620DA @ 580MHz * RAM: 64MiB DDR2 * Flash: 8iB SPI * Wireless 2.

Re: 20.xx: postponse LuCI HTTPS per default

2020-11-22 Thread W. Michael Petullo
> I think that if the first setup is done with only the router and the trusted > PC connected to it through an ethernet cable (wifi is disabled by default), > there is physically nothing else on that "network" so whatever you see can > be accepted even if you don't have "dual authentication" with t

[PATCH] ath79: move the squashfs feature to the parent target

2020-11-22 Thread Rui Salvaterra
All subtargets define it. Move it to the parent target and remove it from all subtargets. Signed-off-by: Rui Salvaterra --- target/linux/ath79/Makefile | 2 +- target/linux/ath79/generic/target.mk | 1 - target/linux/ath79/mikrotik/target.mk | 2 +- target/linux/ath79/nand/target.mk

Re: [PATCH 1/2] kernel: Remove support for MAP-E FMRs RFC 7597

2020-11-22 Thread Hans Dedecker
Hi Hauke, On Sun, Nov 22, 2020 at 12:33 AM Hauke Mehrtens wrote: > > I am not aware that any user space code uses this feature in OpenWrt and > maintaining this patch costs some effort especially when we add a new > kernel major version. The map package supports the creation of map-e interfaces (

Re: running custom commands during sysupgrade -

2020-11-22 Thread Reiner Karlsberg
Am 22.11.2020 um 19:23 schrieb Alberto Bursi: On 22/11/20 18:07, Hannu Nyman wrote: Adrian Schmutzler wrote at Fri Oct 16 19:15:38 EDT 2020:  > Fortunately, and I don't fully understand why, we were able to drive this to effectively zero by simply running  > echo 3 > /proc/sys/vm/drop_caches

Re: running custom commands during sysupgrade -

2020-11-22 Thread Alberto Bursi
On 22/11/20 18:07, Hannu Nyman wrote: Adrian Schmutzler wrote at Fri Oct 16 19:15:38 EDT 2020: > Fortunately, and I don't fully understand why, we were able to drive this to effectively zero by simply running > echo 3 > /proc/sys/vm/drop_caches > directly before sysupgrade. Out of a few h

Re: running custom commands during sysupgrade -

2020-11-22 Thread Hannu Nyman
Adrian Schmutzler wrote at Fri Oct 16 19:15:38 EDT 2020: > Fortunately, and I don't fully understand why, we were able to drive this to effectively zero by simply running > echo 3 > /proc/sys/vm/drop_caches > directly before sysupgrade. Out of a few hundred upgrades since then, I haven't had a

[no subject]

2020-11-22 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

[no subject]

2020-11-22 Thread Paulo Machado 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 --- Remove a syntax error from ImageBu

[PATCH] base-files: drop banner.failsafe if failsafe is disabled

2020-11-22 Thread Piotr Dymacz
Signed-off-by: Piotr Dymacz --- package/base-files/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e13578860f..a08bcce733 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@