-
-
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.
Add permanent neighbor entries again
Previously, neighbor discovery used ARP or NDP, both of which have nonzero attack surface. Additionally, the strict anti-spoofing rules used by Qubes OS tend to break NDP, causing IPv6 traffic to be unreliable. This solves the second problem by adding permanent entries to Linux's neighbor cache. Since the peer MAC address is already known, it is not necessary to use ARP or NDP to discover it. This allows NDP to be blocked outright if it has not been blocked already.
- Loading branch information
Showing
3 changed files
with
63 additions
and
35 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