Changeset 69250 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Oct 24, 2017 7:18:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r64206 r69250 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 … … 1593 1602 /** 1594 1603 * Temporarily adjust pBuf->data so it always points to the Ethernet header, 1595 * then forward it to the internal network. 1604 * then forward it to the internal network. 1596 1605 * 1597 1606 * @param pThis The net filter instance. … … 1615 1624 1616 1625 vboxNetFltLinuxForwardToIntNetInner(pThis, pBuf, fSrc); 1617 1626 1618 1627 /* 1619 1628 * Restore the original state of skb as there are other handlers this skb
Note:
See TracChangeset
for help on using the changeset viewer.