View | Details | Raw Unified | Return to bug 247700
Collapse All | Expand All

(-)sys/netinet6/in6_src.c (+3 lines)
Lines 331-336 Link Here
331
			continue;
331
			continue;
332
		}
332
		}
333
333
334
        if (srczone != dstzone)
335
            continue;
336
334
		/* avoid unusable addresses */
337
		/* avoid unusable addresses */
335
		if ((ia->ia6_flags &
338
		if ((ia->ia6_flags &
336
		     (IN6_IFF_NOTREADY | IN6_IFF_ANYCAST | IN6_IFF_DETACHED))) {
339
		     (IN6_IFF_NOTREADY | IN6_IFF_ANYCAST | IN6_IFF_DETACHED))) {

Return to bug 247700