[patch] dhcpleased(8): No new lease when trunk(4) failover

2021-07-28 Thread Jesper Wallin
Hi tech@ I've setup my machine to use trunk(4) with re(4) and iwm(4) as failover, to make life easier when switching between wired and wireless networking. The wired network at home is on a different subnet from the wireless network, so when I unplug the cable, a DHCP request is required to get m

rc: Broken autoconf default route sleeping

2021-07-28 Thread Leon Fischer
Revision 1.552 of etc/rc broke the pause for autoconf interfaces that use "rdomain" or "metric" by matching only for "mtu" after the flags. An interface may look like this: lo1: flags=8008 rdomain 1 metric 1 mtu 32768 Source: sbin/ifconfig/ifconfig.c:status(): printf("%s:

rpki-client 7.2 released

2021-07-28 Thread Sebastian Benoit
rpki-client 7.2 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP an

systat(1) iostat cumulative mode scaling issue

2021-07-28 Thread Anindya Mukherjee
Hi, While running systat(1)'s iostat view in cumulative mode (activated by pressing 'b') I noticed that it divides the results by the refresh interval. This is because the cumulative mode is implemented by setting last = 0, and then it does (current - last) / etime, thereby giving wrong cumulative

Re: ftp.1: -o and multiple files

2021-07-28 Thread Klemens Nanni
On Wed, Jul 28, 2021 at 10:33:05AM -0600, Theo de Raadt wrote: > Klemens Nanni wrote: > > > With the current wording, I'd either expect usage error when passing > > `-o output' or more wording explaining the behaviour when fetching > > multiple files. > > > > Usage error seems wrong since our sy

Re: ftp.1: -o and multiple files

2021-07-28 Thread Theo de Raadt
Klemens Nanni wrote: > With the current wording, I'd either expect usage error when passing > `-o output' or more wording explaining the behaviour when fetching > multiple files. > > Usage error seems wrong since our synopsis explicitly allows it, but > writing the contents behind multiple URLs

ftp.1: -o and multiple files

2021-07-28 Thread Klemens Nanni
With the current wording, I'd either expect usage error when passing `-o output' or more wording explaining the behaviour when fetching multiple files. Usage error seems wrong since our synopsis explicitly allows it, but writing the contents behind multiple URLs into the same file, while truncatin

Re: iwx(4) firmware update to -63

2021-07-28 Thread Stefan Sperling
On Mon, Jul 26, 2021 at 06:21:46PM +0200, Stefan Sperling wrote: > This patch implements support for new iwx(4) -63 firmware images > available in the iwx-firmware-20210512 package (via fw_update). > > Please test this patch and report back. If testing works out well > then I will commit these cha