https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286322
Marek Zarychta <zarych...@plan-b.pwste.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarych...@plan-b.pwste.edu. | |pl --- Comment #5 from Marek Zarychta <zarych...@plan-b.pwste.edu.pl> --- (In reply to Paige Thompson from comment #4) Thanks for reporting. Please consider epair(4) to be a kind of linking device, a patchcord usually plugged between different vnet(9) contexts. In epair(4) one can read: "epair – A pair of virtual back-to-back connected Ethernet interfaces". But your experimentation looks reasonable and can be successful if both endpoints of the epair(4) device will belong to the same fib. So, please try this approach, it should work: ifconfig epair128a destroy sysctl net.fibs=129 ifconfig epair128 create fib 128 ifconfig epair128a inet6 fcff::a/64 ifconfig epair128b inet6 fcff::b/64 fib 128 setfib 128 ping6 -c 3 fcff::a setfib 128 ping6 -c 3 fcff::b -- You are receiving this mail because: You are the assignee for the bug.