[Bug 255264] Unable to add default route for fib

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Apr 2022 19:22:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255264

--- Comment #10 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
(In reply to Mitja Horvat from comment #8)
If changing the default fib of re0 is inconvenient, then please try this:
"route add default 192.168.1.1 -ifa 192.168.1.2 -fib 1"

You can eventually add static route to rc.conf
static_routes="default_fib1 ..."
route_default_fib1="default 192.168.1.1 -ifa 192.168.1.2 -fib 1"

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