|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.144, 2002/02/24 17:22:21 | version 1.145, 2002/02/25 02:17:55 | ||
|---|---|---|---|
|
|
||
| ipstat.ips_cantforward++; | ipstat.ips_cantforward++; | ||
| return; | return; | ||
| } | } | ||
| #ifdef IPSEC | |||
| if (ipsec4_in_reject(m, NULL)) { | |||
| ipsecstat.in_polvio++; | |||
| goto bad; | |||
| } | |||
| #endif | |||
| ip_forward(m, 0); | ip_forward(m, 0); | ||
| } | } | ||
| return; | return; |