-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With iptables & net.bridge.bridge-nf-call-iptables, packets matching a connection in conntrack are magically sent to the ip layer when needed. With nftables we need to force the destination to be a local mac and pkttype unicast: https://www.mail-archive.com/[email protected]/msg21076.html man page: https://www.netfilter.org/projects/nftables/manpage.html quick ref: https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes packet flows schematic: https://wiki.nftables.org/wiki-nftables/index.php/Netfilter_hooks Signed-off-by: Etienne Champetier <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
47 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 was deleted.
Oops, something went wrong.