-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: Support old kernels by not including linux/if.h
I wish the linux team used #defines rather than enums, but heh ho. Ensure we can test IFF_LOWER_UP, IFF_DORMANT and IFA_FLAGS based on nearest matching #defines available when the respective feature was comitted. Fixes #373.
- Loading branch information
Showing
1 changed file
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters