let trunk(4) in lacp mode select interfaces with if_baudrate 0

2019-10-01 Thread David Gwynne
jmatthew@ and I thought I had broken trunk(4) because we could never get it to come up on our new boxes, while aggr(4) always worked fine. It turns out we were only ever testing it with new drivers like ixl(4) or mcx(4), and we hadn't added code to them to properly report baudrate. This tickled

fix $OpenBSD$ tag in sysupgrade/Makefile

2019-10-01 Thread Sebastian Benoit
ok? Index: Makefile === RCS file: /cvs/src/usr.sbin/sysupgrade/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- Makefile25 Apr 2019 20:22:52 - 1.1 +++ Makefile1 Oct 2019 21:17:23 - @@ -1,4 +1,4 @@

www 66.html arm->armv7

2019-10-01 Thread Oliver Marugg
Hi Only a small addition to www 66.html, change architecture from arm to armv7 on line 89. -oliver @@ -89 +89 as the base system compiler. The powerpc architecture is now provided with https://man.openbsd.org/clang.1;>clang(1), in - addition to aarch64, amd64, arm,

Re: Attach Hyper-V guest services to VMBus 4.0

2019-10-01 Thread Andre Stoebe
On 01.10.2019 00:25, Mike Belopuhov wrote: > > > Hi, > > I've got a verbal report that Hyper-V guest services aren't attached > on modern Windows 10 systems so I believe we should get this one-liner > in before 6.6. > > FreeBSD revision 349856 adds another define for VMBus 5.0 but AFAICT > it

Re: bgpd tcp md5sum changes for portable

2019-10-01 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.10.01 11:20:33 +0200: > OK, this diff is actually what linux is going to need to be able to > configure TCP MD5SUM on sockets. The listening socket turned out to be a > bit more tricky since the MD5 key for each peer needs to be added to the > socket

Re: Attach Hyper-V guest services to VMBus 4.0

2019-10-01 Thread Mark Kettenis
> From: Mike Belopuhov > Date: Tue, 01 Oct 2019 00:25:35 +0200 > Content-Type: text/plain > > Hi, > > I've got a verbal report that Hyper-V guest services aren't attached > on modern Windows 10 systems so I believe we should get this one-liner > in before 6.6. > > FreeBSD revision 349856 adds

bgpd tcp md5sum changes for portable

2019-10-01 Thread Claudio Jeker
OK, this diff is actually what linux is going to need to be able to configure TCP MD5SUM on sockets. The listening socket turned out to be a bit more tricky since the MD5 key for each peer needs to be added to the socket where the session will be expected (based on local-address) and so these