View | Details | Raw Unified | Return to bug 222953 | Differences between
and this patch

Collapse All | Expand All

(-)sys/netpfil/ipfw/ip_fw2.c (+3 lines)
Lines 2442-2447 do { \ Link Here
2442
						sa6->sin6_len = sizeof(*sa6);
2442
						sa6->sin6_len = sizeof(*sa6);
2443
						sa6->sin6_addr = TARG_VAL(
2443
						sa6->sin6_addr = TARG_VAL(
2444
						    chain, tablearg, nh6);
2444
						    chain, tablearg, nh6);
2445
						sa6->sin6_port = sa->sin_port;
2445
						/*
2446
						/*
2446
						 * Set sin6_scope_id only for
2447
						 * Set sin6_scope_id only for
2447
						 * link-local unicast addresses.
2448
						 * link-local unicast addresses.
Lines 2455-2460 do { \ Link Here
2455
					} else
2456
					} else
2456
#endif
2457
#endif
2457
					{
2458
					{
2459
						args->hopstore.sin_port =
2460
						    sa->sin_port;
2458
						sa = args->next_hop =
2461
						sa = args->next_hop =
2459
						    &args->hopstore;
2462
						    &args->hopstore;
2460
						sa->sin_family = AF_INET;
2463
						sa->sin_family = AF_INET;

Return to bug 222953