[PATCH] system-linux.c: Allow user to set fixed speed with and without autonegotiation.

2024-04-09 Thread Markus Gothe
On certain types of links, i.e. active ethernet fiber links, we can have both fixed speed and autonegotiation on at the same time. It is, in these cases, not speed which is being auto- negotiatied but the use of pause frames. This fix reverts back to the old behaviour before switching to the new

snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- I noticed this before, but never

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 >

[RFC PATCH 1/1] config: use network interface 'dns_search' and dhcp 'domain'

2024-04-09 Thread Paul Donald
From: Paul Donald Now DNSSL Option 31 inherit the search list from an 'interface' also. ( A behaviour described in LuCI, but did not seem to exist before ). ICMPv6 Option (DNS Search List Option lan lalala) Type: DNS Search List Option (31) Length: 4 (32 bytes) Reserved

[RFC PATCH 0/1] odhcpd uses also interafce dns_search

2024-04-09 Thread Paul Donald
From: Paul Donald Applies to master d8118f6e76e5519881f9a37137c3a06b3cb60fd2 Na??ve implementation. Works well. Might have drawbacks: it parses interfaces, so if they happen to have the same parameter names, ??? The idea seems worth implementing. Paul Donald (1): config: use network

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- > On Tuesday, April 9th, 2024 at

Re: Scripting question how to filter list of files based on globs

2024-04-09 Thread Paul D
On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: > I'm trying to modify a script generates a list of filenames one per > line, but should be filtered against a blacklist of file globs. > > Something like: > > % find dir -print | grep -v -f blacklist I got this. When I run it

Re: here we are again: real name 'discussion'

2024-04-09 Thread Paul D
On 2024-03-27 23:56, Etienne Champetier wrote: > > > (On my phone, Gmail mobile only sends html emails, sorry for that) > > As this is a legal issue, should we get SFC opinion first ? > > Etienne  > When can we know the result of such an opinion?

Scripting question how to filter list of files based on globs

2024-04-09 Thread Philip Prindeville 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 --- Hi, I'm trying to modify a

Scripting question how to filter list of files based on globs

2024-04-09 Thread Philip Prindeville 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 --- Hi, I'm trying to modify a

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- Sent with Proton Mail secure

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- On Tuesday, April 9th, 2024 at

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Jonas Gorski
Hi Eric, On Tue, 9 Apr 2024 at 18:59, Eric 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 this problem, the original message has been wrapped > automatically by

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Hannu Nyman
Source code is your friend... My two cents are on the backport of the HAS_LUAJIT_ARCH dependency to snort3. Main/master shows that symbol definition: ``` .config - OpenWrt Configuration  > Search (LUAJIT)