Guy Harris
changed
bug 10212
What |
Removed |
Added |
Status |
CONFIRMED
|
IN_PROGRESS
|
Comment # 5
on bug 10212
from Guy Harris
(In reply to João Valverde from comment #3)
> This is by design, because of ARP, like Guy said. It is a misfeature IMO.
No, it's a bug. add_ether_byip() *should* only add the name if the IP address
resolves to a name; it shouldn't do so if it couldn't be resolved to a name so
that the "name" is just an IP address.
I'm working on a fix, wherein each entry has a flag indicating whether it
includes a real host name, and add_ether_byip() checks that flag and adds the
new MAC-address-to-name entry only if that flag is set.
You are receiving this mail because:
- You are watching all bug changes.