commit | 959e41473f2179850578482052fb73b913bc4e42 | [log] [tgz] |
---|---|---|
author | Samuel Thibault <samuel.thibault@gnu.org> | Wed May 14 03:13:09 2014 +0200 |
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | Mon Jun 09 01:49:28 2014 +0200 |
tree | 03242d926a2e182aeabe4ba81735d2a97f70a196 | |
parent | 37654d9e6af84003982f8b9a5d59a4aef28e0a79 [diff] |
slirp/arp: do not special-case bogus IP addresses Do not special-case addresses with zero host part, as we do not necessarily know how big it is, and the guest can fake them anyway. Silently avoid having 0.0.0.0 as a destination, however. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> [Edgar: Minor change to subject] Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>