[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #38803] Source address in broadcast ping reply
From: |
Jens Nielsen |
Subject: |
[lwip-devel] [bug #38803] Source address in broadcast ping reply |
Date: |
Fri, 25 Oct 2013 11:38:51 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0 |
Follow-up Comment #2, bug #38803 (project lwip):
Sounds reasonable, but in that case there is also a problem with this piece of
code in icmp_input()
#if !LWIP_BROADCAST_PING
/* broadcast destination address? */
if (ip_addr_isbroadcast(¤t_iphdr_dest, inp)) {
accepted = 0;
}
#endif /* LWIP_BROADCAST_PING */
Meaning we will accept a broadcast ping even if LWIP_BROADCAST_PING is 0, if
the ping is received on another netif.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?38803>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/