Changeset 55653 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
- Timestamp:
- May 5, 2015 4:14:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r55652 r55653 1860 1860 } 1861 1861 1862 #if 0 /* XXX: temporarily disable */ 1862 1863 static int vboxNetFltLinuxNotifierIPv4Callback(struct notifier_block *self, unsigned long ulEventType, void *ptr) 1863 1864 { … … 1926 1927 return rc; 1927 1928 } 1929 #endif /* 0 */ 1928 1930 1929 1931 … … 2155 2157 return VERR_INTNET_FLT_IF_FAILED; 2156 2158 2159 #if 0 /* XXX: temporarily disable */ 2157 2160 if (pThis->pSwitchPort->pfnNotifyHostAddress) 2158 2161 { … … 2227 2230 else 2228 2231 Log(("%s: uwe: pfnNotifyHostAddress is NULL\n", __FUNCTION__)); 2232 #endif 2229 2233 2230 2234 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.