Skip to content

Instantly share code, notes, and snippets.

@kallsyms
Created March 16, 2022 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kallsyms/2f5e6182b115e3e443ec653705bf9685 to your computer and use it in GitHub Desktop.
Save kallsyms/2f5e6182b115e3e443ec653705bf9685 to your computer and use it in GitHub Desktop.
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