Date: Thu, 14 Nov 2024 06:12:23 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 282744] setfib does not add the default gateway to the second routing table. Message-ID: <bug-282744-7501-ZVai2umr16@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282744-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-282744-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282744 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282744-7501-ZVai2umr16>