Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 11:51:21 +1100
From:      Paul H <freebsd@pkholm.com>
To:        freebsd-net@freebsd.org
Subject:   net.add_addr_allfibs=0 is ignored in loader.conf
Message-ID:  <06afe0a20db2f71fa924e70b34f5bfe5@pkholm.com>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?06afe0a20db2f71fa924e70b34f5bfe5>