|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.217, 2005/06/09 02:19:59 | version 1.218, 2005/06/28 19:38:58 | ||
|---|---|---|---|
|
|
||
| rtalloc(&ipforward_rt); | rtalloc(&ipforward_rt); | ||
| if (ipforward_rt.ro_rt == 0) { | if (ipforward_rt.ro_rt == 0) { | ||
| icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0); | icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NET, dest, 0); | ||
| return; | return; | ||
| } | } | ||
| rt = ipforward_rt.ro_rt; | rt = ipforward_rt.ro_rt; |