VirtualBox

Ignore:
Timestamp:
Jan 23, 2009 10:26:21 PM (16 years ago)
Author:
vboxsync
Message:

NAT:

  1. introduces TFTP special_address | CTL_TFTP(4) for built-in address
  2. can connect to other then built-in tftp
File:
1 edited

Legend:

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

    r16063 r16213  
    10001000            if ((htip & pData->netmask) == ntohl(special_addr.s_addr))
    10011001            {
    1002                 if (   (htip & ~pData->netmask) == CTL_DNS
    1003                     || (htip & ~pData->netmask) == CTL_ALIAS)
     1002                if (   CTL_CHECK(htip,CTL_DNS)
     1003                    || CTL_CHECK(htip, CTL_ALIAS)
     1004                    || CTL_CHECK(htip, CTL_TFTP))
    10041005                    goto arp_ok;
    10051006                for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
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