Created
March 16, 2022 15:17
-
-
Save kallsyms/2f5e6182b115e3e443ec653705bf9685 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
table netdev filter_test { | |
chain ingress { | |
type filter hook ingress device lo priority 0; | |
ip daddr 127.1.2.3 dup to lo | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment