[Bug 269441] crash running jail network command from different fib

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Feb 2023 17:20:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269441

--- Comment #1 from Olivier Cochard <olivier@freebsd.org> ---
oops, in a shell script, need to replace the 2 lines:
setfib 2 sh
jexec bug ping -c 1 1.1.1.1

By this one line:
setfib 2 jexec bug ping -c 1 1.1.1.1

-- 
You are receiving this mail because:
You are the assignee for the bug.