Re: route ipv6 errors on bootup in -current main-n267425-aa1223ac3afc on arm64
Date: Mon, 08 Jan 2024 21:07:30 UTC
> On Jan 7, 2024, at 6:29 AM, void <void@f-m.fm> wrote: > > 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. Was the kernel/utility built with IPv6? If not, that’s a general bug which should be filed (which can be easily checked/avoided using the FEATURES(9) subsystem)… Cheers! -Enji