rad(8): Implement RFC 8781 PREF64 router advertisement option.

2022-10-15 Thread Florian Obser
With this clients can learn the presence and used prefix for Network Address and Protocol Translation between IPv6 and IPv4 (NAT64). Apparently there is support in mobile devices as well as in macOS. This option, together with the the dhcp "IPv6-only preferred" option (108) enables the

Re: cwm: do not overlap menu entries

2022-10-15 Thread Omar Polo
On 2022/10/14 14:11:19 -0400, Okan Demirmen wrote: > the below seems to work: Walter (thanks!) found the spot i missed on > replacing height with ascent+descent. > > please let me know. diff reads fine works for me too, thanks!

octeon: installer: use installboot -p

2022-10-15 Thread Klemens Nanni
The installboot regress tests use -p on octeon which works fine. I don't have serial console access to octen machines at the moment, but this should just fly as installboot already has -p support on octeon. It's also easy to test with snapshot media as one can easily apply this patch in the

Re: rad(8): Implement RFC 8781 PREF64 router advertisement option.

2022-10-15 Thread Florian Obser
On 2022-10-15 13:00 +02, Florian Obser wrote: > With this clients can learn the presence and used prefix for Network > Address and Protocol Translation between IPv6 and IPv4 (NAT64). > > Apparently there is support in mobile devices as well as in macOS. > > This option, together with the the dhcp

mg: ewprintf("") -> eerase()

2022-10-15 Thread Omar Polo
as per subject; the effect is almost the same, they both clear the echo area, but ewprintf("") sets `epresf' to require an additional eerase() on the next-next input cycle. avoid extra work! :) ok? diff /home/op/w/mg.master commit - 4912f94d4a7e2b653e74201ac73923335fd298aa path +

Re: reorder_kernel: set up syslog traps before logfile

2022-10-15 Thread Klemens Nanni
On Sat, Oct 08, 2022 at 07:25:26PM +, Klemens Nanni wrote: > If /usr is mounted read-only, kernel relinking fails silently without > any log trace. > > # ksh /usr/libexec/reorder_kernel > /usr/libexec/reorder_kernel[35]: cannot create >

Re: em(4) IPv4, TCP, UDP checksum offloading

2022-10-15 Thread Moritz Buhl
With the previous diffs I am seeing sporadic connection problems in tcpbench via IPv6 on Intel 82546GB. The diff was too big anyways. Here is a smaller diff that introduces checksum offloading for the controllers that use the advanced descriptors. I tested this diff on i350 and 82571EB, receive,