VirtualBox

Changeset 30920 in vbox


Ignore:
Timestamp:
Jul 20, 2010 4:08:35 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63781
Message:

NAT: don't pass empty DNS server list to guest.

File:
1 edited

Legend:

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

    r30363 r30920  
    313313
    314314skip_dns_servers:
    315     if (LIST_EMPTY(&pData->pDomainList))
    316     {
    317             /* Microsoft dhcp client doen't like domain-less dhcp and trimmed packets*/
    318             /* dhcpcd client very sad if no domain name is passed */
    319             FILL_BOOTP_EXT(q, RFC1533_DOMAINNAME, 1, " ");
    320     }
    321315    if (pData->fPassDomain && !pData->fUseHostResolver)
    322316    {
Note: See TracChangeset for help on using the changeset viewer.

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