| version 1.174, 2003/08/22 21:53:03 |
version 1.175, 2003/08/22 22:00:37 |
| Line 1736 ip_forward(m, srcrt) |
|
| Line 1736 ip_forward(m, srcrt) |
|
| } |
} |
| } |
} |
| |
|
| #ifdef IPSEC |
|
| /* Don't lookup socket in forwarding case */ |
|
| (void)ipsec_setsocket(m, NULL); |
|
| #endif |
|
| error = ip_output(m, (struct mbuf *)0, &ipforward_rt, |
error = ip_output(m, (struct mbuf *)0, &ipforward_rt, |
| (IP_FORWARDING | (ip_directedbcast ? IP_ALLOWBROADCAST : 0)), |
(IP_FORWARDING | (ip_directedbcast ? IP_ALLOWBROADCAST : 0)), |
| (struct ip_moptions *)NULL, (struct socket *)NULL); |
(struct ip_moptions *)NULL, (struct socket *)NULL); |