[PATCH 0/2] virnetdevbridge: support VLAN configuration on FreeBSD

Roman Bogorodskiy posted 2 patches 6 days, 9 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260907181513.23417-1-bogorodskiy@gmail.com
src/util/virnetdevbridge.c | 110 +++++++++++++++++++++++++++++++++++--
1 file changed, 105 insertions(+), 5 deletions(-)
[PATCH 0/2] virnetdevbridge: support VLAN configuration on FreeBSD
Posted by Roman Bogorodskiy 6 days, 9 hours ago
This series implements VLAN networking on FreeBSD.

Specifically, it implements controlling bridge's VLAN filtering via
the `macTableManager='libvirt'` in the network XML. And various
configurations specified by domain's <vlan> element.

I have documented my testing of these configurations here:

https://gist.github.com/novel/e26e90f031f965920587bf126899356e

I'd definitely appreciate a second pair of eyes on this to make sure the
documented behavior matches the XML intent.

Roman Bogorodskiy (2):
  virnetdevbridge: support VLAN filtering setting on FreeBSD
  virnetdevbridge: support VLAN configuration on FreeBSD

 src/util/virnetdevbridge.c | 110 +++++++++++++++++++++++++++++++++++--
 1 file changed, 105 insertions(+), 5 deletions(-)

-- 
2.55.0
Re: [PATCH 0/2] virnetdevbridge: support VLAN configuration on FreeBSD
Posted by Michal Prívozník via Devel 5 days, 20 hours ago
On 9/7/26 20:15, Roman Bogorodskiy wrote:
> This series implements VLAN networking on FreeBSD.
> 
> Specifically, it implements controlling bridge's VLAN filtering via
> the `macTableManager='libvirt'` in the network XML. And various
> configurations specified by domain's <vlan> element.
> 
> I have documented my testing of these configurations here:
> 
> https://gist.github.com/novel/e26e90f031f965920587bf126899356e
> 
> I'd definitely appreciate a second pair of eyes on this to make sure the
> documented behavior matches the XML intent.
> 
> Roman Bogorodskiy (2):
>   virnetdevbridge: support VLAN filtering setting on FreeBSD
>   virnetdevbridge: support VLAN configuration on FreeBSD
> 
>  src/util/virnetdevbridge.c | 110 +++++++++++++++++++++++++++++++++++--
>  1 file changed, 105 insertions(+), 5 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal