Is there a way to use FRR staticd to add local routes? Specifically I'm looking for an equivalent to the following iproute2 command: ip route add local 2001:db8::/64 dev lo FRR has ipv6 route 2001:d8b::/64 lo table 255 But that command only adds a route to the local table, it does not create a local route which can be used for whole subnet loopback. Thanks