Skip to content

Nftables New Chain implementation #11889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

copybara-service[bot]
Copy link

Nftables New Chain implementation

Implements functionality for adding a new base chain and/or regular chain to a
netfilter table. This includes chain flags, user-metadata, handles, policies,
and hook attribute data.

Certain flags like NFTA_CHAIN_COUNTERS were left as explicitly unsupported for
now.

Finally, adding base chains specifically for the netdev family and at the
Ingress and Egress hooks have been explicitly left unsupported for now.
Updating already existing chains have also been explicitly left unsupported
for now, both of which will be implemented in a future change.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jul 7, 2025
Implements functionality for adding a new base chain and/or regular chain to a
netfilter table. This includes chain flags, user-metadata, handles, policies,
and hook attribute data.

Certain flags like NFTA_CHAIN_COUNTERS were left as explicitly unsupported for
now.

Finally, adding base chains specifically for the netdev family and at the
Ingress and Egress hooks have been explicitly left unsupported for now.
Updating already existing chains have also been explicitly left unsupported
for now, both of which will be implemented in a future change.

PiperOrigin-RevId: 778218038
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant