I don't know if you folks already caught this one, but, in the 4.4lite version of sbin/route/route.c, there is a missing "break" in the case clause that sets iflag upon creation of an interface route. It accidently falls through to code that marks these as non-static. Paul