-
Notifications
You must be signed in to change notification settings - Fork 753
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
ipset: support creation of inet6 sets #703
Conversation
there are multiple mistakes in fallthrough in this pr. Please fix and ammedn the commit. Thanks! |
Hi @vishvananda, sorry, the fallthroughs are fixed now. |
Looks like the tests are failing in CI. Does it need a newer kernel version? or a certain kernel module? |
I need this and tested it. It is very strange that just adding any constant in Edit: const (
IPSET_ATTR_IPV4 = 1
IPSET_ATTR_IPV6 = 2
) One more thing, the constants should be named by Edit2: IPSET_ATTR_GC = 3 + iota |
1 similar comment
Sorry, I dont have the bandwidth anymore to work on this. |
This PR adds support for AF_INET6 address and network management in the ipset code.