VirtualBox

Changeset 71205 in vbox


Ignore:
Timestamp:
Mar 5, 2018 3:53:15 PM (7 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: Add explicit comment to previous about nameserver 0.0.0.0
being valid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp

    r71204 r71205  
    646646        if (addr.u == INADDR_ANY)
    647647        {
     648            /*
     649             * This doesn't seem to be very well documented except for
     650             * RTFS of res_init.c, but INADDR_ANY is a valid value for
     651             * for "nameserver".
     652             */
    648653            addr.u = RT_H2N_U32_C(INADDR_LOOPBACK);
    649654        }
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