[Bug 282744] setfib does not add the default gateway to the second routing table.

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Nov 2024 06:29:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282744

--- Comment #3 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
If interface em2 should or could be moved to fib 1, then a similar effect could
still be achievable with the following:

# ifconfig em2 inet 192.168.77.104/24 fib 1
# route add default 192.168.77.2 -fib 1

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