Re: [iptables] u32 module

2024-04-23 Thread Oldřich Jedlička
Hi, út 23. 4. 2024 v 11:15 odesílatel Ravi Paluri (QUIC) napsal: > > We are seeing same error even on OpenWRT v22.03 > iptables v1.8.7 (legacy): Couldn't load match `u32':No such file or directory > > Can you anyone please guide us? You are combining legacy iptables and nftables. I do not think

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Oldřich Jedlička
Hi Eric, út 9. 4. 2024 v 19:00 odesílatel Eric via openwrt-devel napsal: > > 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 >

Re: Conclusions from CVE-2024-3094 (libxz disaster)

2024-03-31 Thread Oldřich Jedlička
Hi, ne 31. 3. 2024 v 1:07 odesílatel Elliott Mitchell napsal: > On Sat, Mar 30, 2024 at 10:54:00PM +0100, Oldřich Jedlička wrote: > > > > so 30. 3. 2024 v 16:31 odesílatel Daniel Golle > > napsal: > > > Hiding a malicious change in a commit is

Re: Conclusions from CVE-2024-3094 (libxz disaster)

2024-03-30 Thread Oldřich Jedlička
Hi, so 30. 3. 2024 v 16:31 odesílatel Daniel Golle napsal: > Hiding a malicious change in a commit is infinitely harder than hiding > it in a tarball. Just a note: The malicious code was part of the tarball because it was part of the main Git repository in the first place. Using Git would not

Re: [PATCH 2/6] add device setting for disabeling arp

2022-11-04 Thread Oldřich Jedlička
Hi Joerg, pá 4. 11. 2022 v 7:25 odesílatel Joerg Vehlow napsal: > > From: Joerg Vehlow > > --- > device.c | 7 +++ > device.h | 3 +++ > system-linux.c | 7 +++ > 3 files changed, 17 insertions(+) > > diff --git a/device.c b/device.c > index 4f55906..9ed50ef 100644 > ---

Re: [PATCH] base-files: Don't enable ULA IPv6 addresses by default in new config

2022-10-18 Thread Oldřich Jedlička
út 18. 10. 2022 v 16:43 odesílatel Oldřich Jedlička napsal: > > Hi, > > pá 9. 9. 2022 v 11:21 odesílatel Torsten Duwe napsal: > > > > On Thu, 8 Sep 2022 19:51:06 +0200 > > Thibaut wrote: > > > > > The issue was random. The client had a GUA ass

Re: [PATCH] base-files: Don't enable ULA IPv6 addresses by default in new config

2022-10-18 Thread Oldřich Jedlička
Hi, pá 9. 9. 2022 v 11:21 odesílatel Torsten Duwe napsal: > > On Thu, 8 Sep 2022 19:51:06 +0200 > Thibaut wrote: > > > The issue was random. The client had a GUA assigned, below is the ipv6 > > routing table at the time of the issue: > > > > $ ip -6 route > > 2a0e:e701:11c2::/64 dev bond0

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-14 Thread Oldřich Jedlička
Yes, sure. Tested-by: Oldřich Jedlička > > -- > Sergey ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-07 Thread Oldřich Jedlička
.Hi Sergey, pá 29. 4. 2022 v 3:36 odesílatel Sergey Ryazanov napsal: > > Frame encapsulation from Ethernet into the IEEE 802.11 frame format > takes a considerable host CPU time on the xmit path. The firmware is > able to do this operation for us, so enable encapsulation offloading for > AP and

Re: [PATCH v4 1/2] dnsmasq: Update to version 2.86test3

2021-06-27 Thread Oldřich Jedlička
ne 27. 6. 2021 v 1:28 odesílatel Etan Kissling napsal: > > Need this version to add config option for connmark DNS filtering. > > Summary of upstream CHANGELOG: > * Handle DHCPREBIND requests in the DHCPv6 server code. > * Fix bug which caused dnsmasq to lose track of processes forked. > * Major

Re: [PATCH uhttpd 2/3] listen: Copy only parts of ai_addr

2021-01-01 Thread Oldřich Jedlička
pá 1. 1. 2021 v 11:02 odesílatel Oldřich Jedlička napsal: > > Hi, > > pá 1. 1. 2021 v 2:20 odesílatel Hauke Mehrtens napsal: > > > > ai_addr has different sizes for IPv4 and IPv6. Only copy the parts which > > are actually used and not the full array, to not cop

Re: [PATCH uhttpd 2/3] listen: Copy only parts of ai_addr

2021-01-01 Thread Oldřich Jedlička
Hi, pá 1. 1. 2021 v 2:20 odesílatel Hauke Mehrtens napsal: > > ai_addr has different sizes for IPv4 and IPv6. Only copy the parts which > are actually used and not the full array, to not copy and uninitialized > memory. > > This fixes a warning found with the address sanitizer. > >

Re: [PATCH v2] build: create $(PKG_SYMVERS_DIR) if non-existent

2020-11-17 Thread Oldřich Jedlička
út 17. 11. 2020 v 23:00 odesílatel Sebastian Kemper napsal: > > Commit 5d76065 moved the creation of the symvers directory to > include/kernel-build.mk. This is fine when building from scratch. But > when unpacking an SDK the directory doesn't exist and because the kernel > won't be built (again)

Re: [OpenWrt-Devel] [PATCH] elfutils: update to 0.179

2020-04-06 Thread Oldřich Jedlička
po 6. 4. 2020 v 8:45 odesílatel Rosen Penev napsal: > On Sun, Apr 5, 2020 at 11:01 PM Oldřich Jedlička > wrote: > > > > po 6. 4. 2020 v 4:02 odesílatel Rosen Penev napsal: > >> > >> Removed sys/cdefs usage. The header is deprecated. > >> > >&g

Re: [OpenWrt-Devel] [PATCH] elfutils: update to 0.179

2020-04-06 Thread Oldřich Jedlička
po 6. 4. 2020 v 4:02 odesílatel Rosen Penev napsal: > Removed sys/cdefs usage. The header is deprecated. > > Removed canonicalize_file_name define. It's already fixed upstream. > > Added --disable-debuginfod. Seems to be needed. > > Modified patch 005 to build more stuff. It was failing before.

Re: [OpenWrt-Devel] [openwrt/openwrt] mac80211: do not try to setup hostapd-managed interfaces.

2020-03-24 Thread Oldřich Jedlička
u explain your problem so i can try > to reproduce and fix it. > > to answer your question, in a multi vap setup "wifi reconf" will break > with your change as it breaks the symmetry of link up/down calls > > John > > On 24.03.20 14:55, Oldřich Jedlič

Re: [OpenWrt-Devel] [openwrt/openwrt] mac80211: do not try to setup hostapd-managed interfaces.

2020-03-24 Thread Oldřich Jedlička
eature and to be honest it looks like > the wrong fix to me. > John > > > > dangole pushed a commit to openwrt/openwrt.git, branch master: > > https://git.openwrt.org/23a885bf89a204f91e4f17ed96f1a9fc7f50ea34 > > > > commit 23a885bf89a204f91e4f17ed96f1a9fc7f50ea34 &g