Hello,
I have tried to use the FreeBSD questions mailing list and did not receive any answers, so I am trying my luck here. Sorry for spamming.
After upgrading to FreeBSD 14 I have the following problem (it worked in 13.2). I wonder what am I doing wrong.
So route cannot be added with FIB 1. The FIB 1 does exist (
in /boot/loader.conf) or the error message would be different:
I have tried to use the FreeBSD questions mailing list and did not receive any answers, so I am trying my luck here. Sorry for spamming.
After upgrading to FreeBSD 14 I have the following problem (it worked in 13.2). I wonder what am I doing wrong.
Code:
# route add -fib 0 default 192.168.0.1
add net default: gateway 192.168.0.1 fib 0
# route add -fib 1 default 192.168.0.1
add net default: gateway 192.168.0.1 fib 1: Invalid argument
So route cannot be added with FIB 1. The FIB 1 does exist (
net.fibs=2in /boot/loader.conf) or the error message would be different:
Code:
# route add -fib 2 default 192.168.0.1
route: invalid fib number: 2