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

(-) (-1 / +4 lines)
Line  Link Here
-- relay/dhcrelay.c
Lines 565-570 do_relay4(struct interface_info *ip, str Link Here
565
		log_info("Discarding packet with invalid hlen.");
565
		log_info("Discarding packet with invalid hlen.");
566
		return;
566
		return;
567
	}
567
	}
568
	if (ip->address_count < 1 || ip->addresses == NULL) {
569
		log_info("Discarding packet from interface without IP address");
570
		return;
571
	}
568
572
569
	/* Find the interface that corresponds to the giaddr
573
	/* Find the interface that corresponds to the giaddr
570
	   in the packet. */
574
	   in the packet. */

Return to bug 631305