net.add_addr_allfibs=0 is ignored in loader.conf
Paul H
freebsd at pkholm.com
Sat Jan 23 00:51:35 UTC 2021
G'Day,
I run to strange problem, I can't set net.add_addr_allfibs=0 via
loader.conf. It seems to be ignored.
After reboot net.add_addr_allfibs is set to 1.
# sysctl net.add_addr_allfibs
net.add_addr_allfibs: 1
I can set it to 0 manually via sysctl.
Did anyone seen similar behaviour on 12.2? It is nearly fresh install.
# uname -a
FreeBSD gateway 12.2-RELEASE-p1 FreeBSD 12.2-RELEASE-p1 GENERIC amd64
-----
# cat /boot/loader.conf
comconsole_speed="115200"
console="comconsole"
amdtemp_load="YES"
net.add_addr_allfibs=0
net.fibs=3
---------
# cat /etc/rc.conf
hostname="gateway"
ifconfig_igb0="DHCP"
ifconfig_igb0_ipv6="inet6 accept_rtadv -no_radr"
rtsold_enable="YES"
ifconfig_igb1="inet 10.112.146.1/24 fib 1"
local_unbound_enable="YES"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
gateway_enable="YES"
ipv6_gateway_enable="YES"
------
Paul.
More information about the freebsd-net
mailing list