Bug 268365 - qlnxe(4) failed to transmit packet in bridge configuration
Summary: qlnxe(4) failed to transmit packet in bridge configuration
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 13.1-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-14 11:40 UTC by Stéphane D'Alu
Modified: 2023-01-31 03:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane D'Alu 2022-12-14 11:40:52 UTC
A bridge configuration for bhyve is created

ifconfig bridge create
ifconfig bridge0 addm qlnxe0 addm tap0

VM doens't have network access

if removing qlnxe0 and replacing it with another network interface, VM get network access, for exemple:

ifconfig bridge0 deletem qlnxe0
ifconfig bridge0 addm bnxt0