K 10 svn:author V 6 qingli K 8 svn:date V 27 2011-11-01T18:29:06.128580Z K 7 svn:log V 438 MFC 226713 Exclude host routes when checking for prefix coverage on multiple interfaces. A host route has a NULL mask so check for that condition. I have also been told by developers who customize the packet output path with direct manipulation of the route entry (or the outgoing interface to be specific). This patch checks for the route mask explicitly to make sure custom code will not panic. PR: kern/161805 Approved by: re (kib) END