-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add ipv6 iptables input plugin #4529
Labels
feature request
Requests for new plugin and for new features to existing plugins
Comments
You will need to push your changes to a fork, and then you can open the PR from there. With respect to ipv6, it seems like we would want to add support to the existing plugin, unless doing this would be impossible. We can take a look at the code first though, that should give us a better idea on how/if they should be merged. |
danielnelson
changed the title
ipv6 support for input module?
Add ipv6 iptables input plugin
Aug 7, 2018
danielnelson
added
the
feature request
Requests for new plugin and for new features to existing plugins
label
Aug 7, 2018
Thanks. Just did so. First time submitting a pull request, thankfully the howto was pretty easy.
Dan
…----- On Aug 7, 2018, at 4:42 PM, Daniel Nelson <notifications@github.com> wrote:
You will need to push your changes to a fork, and then you can open the PR from
there.
With respect to ipv6, it seems like we would want to add support to the existing
plugin, unless doing this would be impossible. We can take a look at the code
first though, that should give us a better idea on how/if they should be
merged.
—
You are receiving this because you authored the thread.
Reply to this email directly, [
#4529 (comment) |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AV8D5HMl10S6qj7nGKnZ7KSQ8ajjcKkqks5uOfu1gaJpZM4Vy1OH
| mute the thread ] .
|
3 tasks
closed by #4682 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I use the iptables input module to count incoming requests to various virtual addreses. I do have a combination of ipv4 and ipv6 addresses served in the scenario, though, and the module looks to not support ipv6 (via the ip6tables command).
I signed up to be able to commit code, then created a new input module with ip6tables, built and tested it in my dev space, and tried to submit, but keep getting authentication errors. Am I doing something wrong or am I just not permitted yet?
Dan
The text was updated successfully, but these errors were encountered: