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

(-)sys/net/if_gif.c (+5 lines)
Lines 502-507 Link Here
502
{
502
{
503
	uint32_t af;
503
	uint32_t af;
504
504
505
	if (ifp->if_bridge) {
506
		m_freem(m);
507
		return (EBUSY);
508
	}
509
505
	if (dst->sa_family == AF_UNSPEC)
510
	if (dst->sa_family == AF_UNSPEC)
506
		bcopy(dst->sa_data, &af, sizeof(af));
511
		bcopy(dst->sa_data, &af, sizeof(af));
507
	else
512
	else

Return to bug 227450