kernel: route: message indicates error: File exists

On 15.0-STABLE
grep error /var/log/console
Code:
Nov  9 19:13:31 mybox kernel: [7] route: message indicates error: File exists

The defaultroute has been configured properly and is working.
I cannot make any sense out of the error message. Any hints please?
 
atax1a nothing spectacular regarding network and route: Just a working defaultroute.
nxjoseph Yes customized.
WITHOUT_INET6=
WITHOUT_ROUTED=
The configuration is the same as on other RELEASE-14.3 systems here, but this error message does appear only on the new STABLE-15 testing box.
 
yeah, we would not build a kernel without ipv6 support. we don't use it, but taking it out doesn't do anything besides add complexity by moving away from the default config.
 
I get similar error when starting a jail. I built the jail from source code.

make installworld DESTDIR=/usr/local/jails/containers/forgejo
make distribution DESTDIR=/usr/local/jails/containers/forgejo

I something wrong with this jail?

Starting Network: lo0 igb2.
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
igb2: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4e120bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,WOL_MAGIC,VLAN_HWFILTER,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
ether 5c:ed:8c:ea:e8:9e
inet 192.168.1.170 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
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.2
route: message indicates error: File exists
add host ::1: gateway lo0 fib 0: route already in table
 
Back
Top