Error: ipv4: FIB table does not exist

hi
i have this message in boot screen

Error: ipv4: FIB table does not exist.
Setting up firewall
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
NIT: Entering runlevel: 3a matching rule exist in that chain?).

is normal ?
ty

Yes it occurs as standard.

IPFire does not use the FIB table so it is not present but the iproute2 software checks for it by default and the kernel then flags this absence as an error.
So no actual issue for IPFire but not nice having an error message.

It was raised as an IPFire bug
https://bugzilla.ipfire.org/show_bug.cgi?id=12763

Unfortunately, so far all attempts I have made to the iproute2 software to make it throw away that error message instead of printing it have been unsuccessful.

If anyone else wants to have a go at looking at the iproute2 code to see how to make it do that and submit a patch, they will be very welcome.

1 Like

hi
ty for explanation