Skip to content
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

[agent] Adjust policy handling for IPv6 addresses #57

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

sstrk
Copy link
Contributor

@sstrk sstrk commented Aug 1, 2024

a chain name must not contain colons, otherwise reloading nftables fails due to syntax errors. IPv6 addresses do contain a lot of colons. For simplicity, these are replaced by dashes for chain names.

Futhermore we must set the proper protocol in the rule depending on the IP familiy.

a chain name must not contain colons, otherwise reloading nftables fails
due to syntax errors. IPv6 addresses do contain a lot of colons. For
simplicity, these are replaced by dashes for chain names.

Futhermore we must set the proper protocol in the rule depending on the
IP familiy.
@sstrk
Copy link
Contributor Author

sstrk commented Aug 1, 2024

@horazont please review

@horazont horazont self-assigned this Aug 1, 2024
@horazont horazont merged commit 0795732 into cloudandheat:master Aug 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants