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

How to make IPv6 handle any ip #899

Open
Skyxim opened this issue Jan 21, 2024 · 2 comments · May be fixed by #900
Open

How to make IPv6 handle any ip #899

Skyxim opened this issue Jan 21, 2024 · 2 comments · May be fixed by #900

Comments

@Skyxim
Copy link

Skyxim commented Jan 21, 2024

if !self.has_ip_addr(ipv6_repr.dst_addr)
&& !self.has_multicast_group(ipv6_repr.dst_addr)
&& !ipv6_repr.dst_addr.is_loopback()

Due to the addition of filtering, but no support similar to any_ip in IPv4, all unicast destination addresses that are not the current interface are now lost.

I don’t know if there is any way to solve it?

@thvdveld thvdveld linked a pull request Jan 22, 2024 that will close this issue
@thvdveld
Copy link
Contributor

Could you check if #900 fixes your issue? It uses the same any_ip flag to allow any IP in IPv6.

@Skyxim
Copy link
Author

Skyxim commented Jan 30, 2024

Could you check if #900 fixes your issue? It uses the same any_ip flag to allow any IP in IPv6.

Solved, it can be used like version 0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants