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

Use server address family for dest without address family in old kernel #5

Conversation

hnakamur
Copy link
Contributor

@hnakamur hnakamur commented Jun 24, 2017

Linux kernel prior v3.18-rc1 does not have the af (address family) field
in ip_vs_dest_user_kern, so use the address family in ip_vs_service_user_kern.
torvalds/linux@6cff339

This problem occrurs in CentOS 7 whose kernel version is 3.10.0-514.el7.x86_64.

Linux kernel prior v3.18-rc1 does not have the af (address family) field
in ip_vs_dest_user_kern, so use the address family in ip_vs_service_user_kern.
torvalds/linux@6cff339
@mqliang
Copy link
Owner

mqliang commented Jun 25, 2017

LGTM

@mqliang mqliang merged commit f9a6672 into mqliang:master Jun 25, 2017
@hnakamur
Copy link
Contributor Author

Thanks for merging!

@hnakamur hnakamur deleted the use_service_address_family_when_no_dest_address_family branch June 26, 2017 08:14
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.

None yet

2 participants