[Bug 282744] setfib does not add the default gateway to the second routing table.
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282744 --- Comment #3 from Marek Zarychta <[email protected]> --- 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.