VirtualBox

Ignore:
Timestamp:
Nov 12, 2010 7:04:49 PM (14 years ago)
Author:
vboxsync
Message:

NAT: warning.

File:
1 edited

Legend:

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

    r34041 r34043  
    15501550    m->m_len += ETH_HLEN;
    15511551    eh = mtod(m, struct ethhdr *);
    1552     mlen = m->m_len;//m_length(m, NULL);
     1552    mlen = m->m_len;
    15531553
    15541554    if (memcmp(eh->h_source, special_ethaddr, ETH_ALEN) != 0)
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