Date: Sun, 7 Jan 2024 14:29:33 +0000 From: void <void@f-m.fm> To: freebsd-current@freebsd.org Subject: route ipv6 errors on bootup in -current main-n267425-aa1223ac3afc on arm64 Message-ID: <ZZq1TUMhpVx3HPK0@int21h>
next in thread | raw e-mail | index | archive | help
Hi, on a rpi4/8GB, my rc.conf looks like so. It's an ipv4-only system on a LAN not directly connected to the internet hostname="generic.home.arpa" ifconfig_genet0="inet 192.168.1.199 netmask 255.255.255.0" defaultrouter="192.168.1.1" sshd_enable="YES" sendmail_enable="NONE" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" growfs_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" ntpd_enable="YES" ntpdate_enable="YES" when it boots, the following appears in the serial console ### Starting devd. Autoloading module: uhid Autoloading module: usbhid Autoloading module: wmt route: message indicates error: File exists add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 192.168.1.1 route: bad keyword: inet6 route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args] route: bad keyword: inet6 route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args] route: bad keyword: inet6 route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args] route: bad keyword: inet6 route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args] route: bad keyword: inet6 route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args] Updating motd:. Creating and/or trimming log files. ### Why is it erroring for ipv6 when theres no ipv6 in rc.conf? I've not tried an amd64 -current system yet. --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZZq1TUMhpVx3HPK0>