Re: how to bridge "native" vlan?

2022-04-23 Thread Lutz Donnerhacke
On Thu, Apr 21, 2022 at 02:11:54PM +0200, Patrick M. Hausen wrote: > > Am 21.04.2022 um 11:29 schrieb Benoit Chesneau : > > I have an interface on which multiple vlans are connected. I would like to > > bridge the vlan 100 and 200 but also have a bridge for the "native" vlan 1. > > I Can setup a

Re: how to bridge "native" vlan?

2022-04-23 Thread Özkan KIRIK
You can bridge both untagged frames (native vlan 1) and tagged frames so basically "ALL" frames using if_bridge. don't forget to put both interfaces to promiscuous mode. If you don't enable the promiscuous mode, you can not receive VLAN tagged frames because of "vlanhwfilter" feature of NIC. ifcon

Re: how to bridge "native" vlan?

2022-04-23 Thread Benoit Chesneau
I've found this old ticket that let think it could be supported by ng_vlan : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224961#c3 But I'm not sure if it really works without some work around: regarding next comment : "Ethernet frames received without vlan tag will be dropped by this compl

Re: Enabling EXTRA_TCP_STACKS on stable/13

2022-04-23 Thread Gordon Bergling
Hi Michael, On Fri, Apr 22, 2022 at 08:36:42PM +0200, Michael Tuexen wrote: > > On 22. Apr 2022, at 17:55, Gordon Bergling wrote: > > I recently build some personal infrastructure and experimented a little > > bit with tcp_bbr(4) and tcp_rack. Doing is this in a cloud environment > > is a little