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

Dynamic IPv6 routes are not flushed #130

Closed
hubertmis opened this issue Jul 16, 2019 · 2 comments
Closed

Dynamic IPv6 routes are not flushed #130

hubertmis opened this issue Jul 16, 2019 · 2 comments
Milestone

Comments

@hubertmis
Copy link
Contributor

Wildcard source for IPv6 routing is supported now, but the cache is getting bigger and bigger with each added source address. It seems that flushing of IPv6 dynamic routes is missing.
@troglobit, do you plan to implement it during the refactoring you mentioned in #129?

@troglobit
Copy link
Owner

It's not in my immediate plan, no. Should be fairly easy to add an mroute6_dyn_expire() though ... so you're most welcome to add it.

@troglobit troglobit added this to the v2.5 milestone Jul 27, 2021
@troglobit
Copy link
Owner

Fixed in 97ee681. The IPv4 and IPv6 code now share the same code path. Test available in test/expire.sh.

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

No branches or pull requests

2 participants