Skip to content

Instantly share code, notes, and snippets.

@betawaffle
Created February 25, 2019 18:04
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 betawaffle/46d5fa2108d77882e3c48720e0461681 to your computer and use it in GitHub Desktop.
Save betawaffle/46d5fa2108d77882e3c48720e0461681 to your computer and use it in GitHub Desktop.
table netdev filter {
chain att {
type filter hook ingress device att priority 0; policy accept;
ether type 0x888e fwd to ont
}
chain ont {
type filter hook ingress device ont priority 0; policy accept;
vlan type 0x888e fwd to att
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment