I am trying to add a local route with an arbitrary protocol number. This is done with iproute2 in Linux by: ip route add to local $ip/32 dev eth0 proto $num How can I do this in FreeBSD 10? Josh