[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:12:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282744

Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zarychtam@plan-b.pwste.edu.
                   |                            |pl

--- Comment #2 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
(In reply to Vladyslav V. Prodan from comment #0)
What is the setting of the sysctl knob "net.add_addr_allfibs"?

Perhaps you can try to assign the route this way:

# route add -net 192.168.77.0/24 -iface em2 -fib 1
# route add default 192.168.77.2 -fib 1

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