[Bug 276774] IPv6 RS/RA handling

2024-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276774 --- Comment #2 from Curtis Villamizar --- I attempted a bisect but the test might need work so I have to do it over. The test is: compile kernel on build machine reboot build machine with new kernel rebuild net/realtek-re-kmod from ports s

[Bug 276936] ixgbe: if interface is in bridge, and vlan interface on same interface is also in bridge, packets are not passed correctly

2024-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276936 Mark Linimon changed: What|Removed |Added Keywords||IntelNetworking See Also|

docker like host network mode for jails ?

2024-02-10 Thread Benoit Chesneau
I have read today this deployment git of cRPD the containerized router daemon from Juniper [1] on which they claim to control the host interface by discovering them and use the nost network mode of docker [2] . Can we do the same for jails ? I see a jail requires to statically define the interf

mlx5en issue with SR-IOV when using in the bridge

2024-02-10 Thread Benoit Chesneau
I have tested the following scenario: Setup the mellanox driver with SRIOV: ``` $ sudo more /etc/iov/mce0.conf PF { device: "mlx5_core0"; num_vfs: 8; } DEFAULT { passthrough: true; } VF-0 { mac-addr: "02:01:02:02:01:00"; } VF-1 { mac-addr: "02:01:02:02:01:01"; } VF-2 { passthrough: false;} `