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