|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.86, 1999/05/03 22:12:44 | version 1.87, 1999/05/04 20:13:09 | ||
|---|---|---|---|
|
|
||
| * as wanted by rfc 1112 | * as wanted by rfc 1112 | ||
| */ | */ | ||
| if (IN_MULTICAST(ip->ip_src.s_addr)) { | if (IN_MULTICAST(ip->ip_src.s_addr)) { | ||
| ipstat.ips_odropped++; | |||
| goto bad; | goto bad; | ||
| } | } | ||