We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
This line leads to a crash:
smcroute/src/conf.c
Line 238 in cd25930
when adding a v6 route and kernel has no v6 mcast support. vif is equal to NO_VIF.
The text was updated successfully, but these errors were encountered:
Nice catch, NO_VIF == ALL_VIFS == -1, so that makes sense. We should add a check to the return of iface_get_vif(), I'll get right on it.
NO_VIF
ALL_VIFS
iface_get_vif()
Sorry, something went wrong.
a585d98
Thank you for taking the time to report this! The issue has been fixed and released as SMCRoute v2.5.7
No branches or pull requests
Hi!
This line leads to a crash:
smcroute/src/conf.c
Line 238 in cd25930
when adding a v6 route and kernel has no v6 mcast support. vif is equal to NO_VIF.
The text was updated successfully, but these errors were encountered: