_loopback in static_routes ensures we've loopback route in
all routing tables.
However, loopback route has been added to fib 0 by the kernel itself.
Silence its output and error that appear in every boot.
PR: 259553
MFC after: 2 weeks
Personally, I don't have a problem with:
add host 127.0.0.1: gateway lo0 fib 0: route already in table add host ::1: gateway lo0 fib 0: route already in table
But I do have a problem with the errors below since the implementation of netlink:
route: message indicates error: File exists route: message indicates error: File exists
I've silenced them both, but I'm ok with not silencing the first error.