+ /*
+ * Don't use the globally cached route to forward packet having
+ * Type 0 routing header(s); instead, do an explicit lookup using
+ * a local route entry variable, in case the next address in the
+ * packet is bogus (which would otherwise unnecessarily invalidate
+ * the globally cached route).
+ */
+ bzero(&ip6forward_rt, sizeof (ip6forward_rt));
+