vlan(4) prio bit clarification

2020-11-08 Thread Quentin Rameau
Hello everybody, About a month ago, I subscribed to a new ISP which doesn't want to give alternate access to Internet to using their blackbox-router. So I sniffed packets, got my PPPoE username, password, and the VLAN id they filter. I reproduced those parameters with my pppoe(4)/vlan(4) config,

Re: Use selected source IP when replying to reflecting ICMP

2020-11-08 Thread Martin Pieuchot
On 08/11/20(Sun) 18:05, Denis Fondras wrote: > ICMP error replies are sent from the IP of the interface the packet came in > even > when the source IP was forced with route(8). icmp_reflect() is called without the KERNEL_LOCK(). rtable_getsource() and ifa_ifwithaddr() are not safe to do so. So

Use selected source IP when replying to reflecting ICMP

2020-11-08 Thread Denis Fondras
ICMP error replies are sent from the IP of the interface the packet came in even when the source IP was forced with route(8). Index: netinet/ip_icmp.c === RCS file: /cvs/src/sys/netinet/ip_icmp.c,v retrieving revision 1.183 diff -u

Re: Xterm close delay when child processes exist

2020-11-08 Thread Stefan Hagen
Bryan Steele wrote: > This would be better off sent upstream, not maintained locally in > OpenBSD. > > https://invisible-island.net/xterm/xterm.faq.html#report_bugs Done. Thanks. Best Regards, Stefan

Re: Xterm close delay when child processes exist

2020-11-08 Thread Bryan Steele
On Sun, Nov 08, 2020 at 05:16:55PM +0100, Stefan Hagen wrote: > Hello, > > xterm has an annoying delay when it's being close by the window manager > when child processes exist. > > Test 1: > xterm -e "sh" > > Now hit the "X" button or whatever your window manager provides to send a >

Xterm close delay when child processes exist

2020-11-08 Thread Stefan Hagen
Hello, xterm has an annoying delay when it's being close by the window manager when child processes exist. Test 1: xterm -e "sh" Now hit the "X" button or whatever your window manager provides to send a window delete event. Xterm should close almost instantly. Test 2: xterm -e

Fw: Hardware UUID discrepancies (dmidecode vs. sysctl) on amd64 multiboot system

2020-11-08 Thread Benjamin Baier
Forwarding to tech@ by request from Stuart Henderson This issue came up on misc@ https://marc.info/?l=openbsd-misc=160477082230840=2 Begin forwarded message: Date: Sat, 7 Nov 2020 22:30:44 +0100 From: Benjamin Baier To: Bruce Lilly Cc: m...@openbsd.org Subject: Re: Hardware UUID discrepancies