-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linuxmodule FromDevice: Work in unmodified kernels (--enable-fixinclu…
…des). This code makes use of existing hooks for Ethernet bridging, and will only work if your kernel was compiled with CONFIG_BRIDGE or CONFIG_BRIDGE_MODULE. It replaces the bridge hook with Click code. When using Click, it's probably safest to use CONFIG_BRIDGE_MODULE and then not actually load the module. Required some refactoring, which simplified the code. ToDevice also compiles in unmodified kernels, but haven't tested yet if it runs.
- Loading branch information
Showing
8 changed files
with
247 additions
and
125 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
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
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
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
Oops, something went wrong.