VirtualBox

Changeset 51071 in vbox


Ignore:
Timestamp:
Apr 14, 2014 5:53:44 PM (11 years ago)
Author:
vboxsync
Message:

Networking: NAT: fix network loss due to ARP cache entry override from within BOOTP code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/bootp.c

    r51032 r51071  
    341341        FILL_BOOTP_EXT(q, RFC1533_HOSTNAME, val, slirp_hostname);
    342342    }
    343     slirp_arp_cache_update_or_add(pData, rbp->bp_yiaddr.s_addr, bc->macaddr);
     343    /* Temporary fix: do not pollute ARP cache from BOOTP because it may result
     344       in network loss due to cache entry override w/ invalid MAC address. */
     345    //slirp_arp_cache_update_or_add(pData, rbp->bp_yiaddr.s_addr, bc->macaddr);
    344346    return q - rbp->bp_vend; /*return offset */
    345347}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette