]> Git Repo - qemu.git/commit
slirp/arp: do not special-case bogus IP addresses
authorSamuel Thibault <[email protected]>
Wed, 14 May 2014 01:13:09 +0000 (03:13 +0200)
committerEdgar E. Iglesias <[email protected]>
Sun, 8 Jun 2014 23:49:28 +0000 (01:49 +0200)
commit959e41473f2179850578482052fb73b913bc4e42
tree03242d926a2e182aeabe4ba81735d2a97f70a196
parent37654d9e6af84003982f8b9a5d59a4aef28e0a79
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 <[email protected]>
[Edgar: Minor change to subject]
Reviewed-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
slirp/arp_table.c
slirp/slirp.c
This page took 0.024236 seconds and 4 git commands to generate.