Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Johannes Lundberg
On 5/30/19 1:25 PM, Miroslav Lachman wrote: > Greg Rivers wrote on 2019/05/30 18:37: > > [...] > >>> Do I have something weird in my setup causing this? I don't recall ever >>> having this issue when not using failover lagg. Running recent >>> 13-CURRENT. >>> >> I think there's a (unknown?)

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Poul-Henning Kamp
This sounds like handbook material ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Miroslav Lachman
Greg Rivers wrote on 2019/05/30 18:37: [...] Do I have something weird in my setup causing this? I don't recall ever having this issue when not using failover lagg. Running recent 13-CURRENT. I think there's a (unknown?) problem that makes lagg(4) incompatible with bridge(4). I've never been

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Johannes Lundberg
On 5/30/19 12:37 PM, Cy Schubert wrote: > In message <85a5bf45-231e-1bb4-4c26-677e414af...@freebsd.org>, Johannes > Lundber > g writes: >> On 5/30/19 9:37 AM, Greg Rivers wrote: >>> On Thursday, May 30, 2019 10:31:45 AM CDT Johannes Lundberg wrote: Hi I have a bridge and an

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Cy Schubert
In message <85a5bf45-231e-1bb4-4c26-677e414af...@freebsd.org>, Johannes Lundber g writes: > > On 5/30/19 9:37 AM, Greg Rivers wrote: > > On Thursday, May 30, 2019 10:31:45 AM CDT Johannes Lundberg wrote: > >> Hi > >> > >> I have a bridge and an ethernet/wifi lagg failover like this: > >> > >> #

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Johannes Lundberg
On 5/30/19 9:37 AM, Greg Rivers wrote: > On Thursday, May 30, 2019 10:31:45 AM CDT Johannes Lundberg wrote: >> Hi >> >> I have a bridge and an ethernet/wifi lagg failover like this: >> >> # First define all cloned interfaces >> cloned_interfaces="bridge0 lagg0" >> >> # bhyve bridge >>

Re: Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Greg Rivers
On Thursday, May 30, 2019 10:31:45 AM CDT Johannes Lundberg wrote: > Hi > > I have a bridge and an ethernet/wifi lagg failover like this: > > # First define all cloned interfaces > cloned_interfaces="bridge0 lagg0" > > # bhyve bridge > ifconfig_bridge0="inet 192.168.8.1/24 addm lagg0 up" > > #

Inconsistent behavior with wpa / devd / network interfaces

2019-05-30 Thread Johannes Lundberg
Hi I have a bridge and an ethernet/wifi lagg failover like this: # First define all cloned interfaces cloned_interfaces="bridge0 lagg0" # bhyve bridge ifconfig_bridge0="inet 192.168.8.1/24 addm lagg0 up" # Ethernet/WiFi failvoer ifconfig_em0="up" wlans_iwm0="wlan0" ifconfig_wlan0="WPA up"

Re: FreeBSD contrib/one-true-awk now it's own fork?

2019-05-30 Thread Warner Losh
On Thu, May 30, 2019, 5:48 AM Jamie Landeg-Jones wrote: > contrib/one-true-awk hasn't been synced with the official src maintained > by Brian Kernighan for a number of years, though in that time a number > of FreeBSD changes have been made, independently of the official branch. > > Is this the

FreeBSD contrib/one-true-awk now it's own fork?

2019-05-30 Thread Jamie Landeg-Jones
contrib/one-true-awk hasn't been synced with the official src maintained by Brian Kernighan for a number of years, though in that time a number of FreeBSD changes have been made, independently of the official branch. Is this the official policy now? There are some useful bugfixes and changes out