mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Fix the loopback interface. Cleaning up some code with new macros
was a tad too aggressive. PR: kern/123568 Submitted by: Vladimir Ermakov <samflanker at gmail dot com> Obtained from: antoine
This commit is contained in:
parent
e8f5c7a839
commit
fff0ededf8
1 changed files with 0 additions and 1 deletions
|
|
@ -631,7 +631,6 @@ icmp_reflect(struct mbuf *m)
|
|||
|
||||
if (IN_MULTICAST(ntohl(ip->ip_src.s_addr)) ||
|
||||
IN_EXPERIMENTAL(ntohl(ip->ip_src.s_addr)) ||
|
||||
IN_LOOPBACK(ntohl(ip->ip_src.s_addr)) ||
|
||||
IN_ZERONET(ntohl(ip->ip_src.s_addr)) ) {
|
||||
m_freem(m); /* Bad return address */
|
||||
icmpstat.icps_badaddr++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue