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

(-)ip_input.c (+6 lines)
Lines 457-462 Link Here
457
	 * to be sent and the original packet to be freed).
457
	 * to be sent and the original packet to be freed).
458
	 */
458
	 */
459
	ip_nhops = 0;		/* for source routed packets */
459
	ip_nhops = 0;		/* for source routed packets */
460
461
#ifdef IPSTEALTH
462
	/* IP Options reveal us so we don't process them in stealth mode */
463
464
	if (! ipstealth)
465
#endif
460
	if (hlen > sizeof (struct ip) && ip_dooptions(m)) {
466
	if (hlen > sizeof (struct ip) && ip_dooptions(m)) {
461
#ifdef IPFIREWALL_FORWARD
467
#ifdef IPFIREWALL_FORWARD
462
		ip_fw_fwd_addr = NULL;
468
		ip_fw_fwd_addr = NULL;

Return to bug 23123