|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.8, 1994/01/09 01:06:13 | version 1.9, 1994/01/10 20:14:19 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| } | } | ||
| error = ip_output(m, (struct mbuf *)0, &ipforward_rt, IP_FORWARDING); | error = ip_output(m, NULL, &ipforward_rt, IP_FORWARDING | ||
| #ifdef DIRECTED_BROADCAST | |||
| | IP_ALLOWBROADCAST | |||
| #endif | |||
| , NULL); | |||
| if (error) | if (error) | ||
| ipstat.ips_cantforward++; | ipstat.ips_cantforward++; | ||
| else { | else { |