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

Add support for xtables v12 #206

Merged
merged 1 commit into from
Apr 26, 2017
Merged

Add support for xtables v12 #206

merged 1 commit into from
Apr 26, 2017

Conversation

jimfunk
Copy link
Contributor

@jimfunk jimfunk commented Apr 25, 2017

Fixes #203

@coveralls
Copy link

coveralls commented Apr 25, 2017

Coverage Status

Coverage increased (+0.01%) to 60.027% when pulling 0bc32ec on jimfunk:master into 6179e03 on ldx:master.

@ldx ldx merged commit 1238261 into ldx:master Apr 26, 2017
@@ -424,7 +425,8 @@ class xtables_match(ct.Union):
# Apparently v8 was skipped
("v9", _xtables_match_v9),
("v10", _xtables_match_v10),
("v11", _xtables_match_v11)]
("v11", _xtables_match_v11),
("v11", _xtables_match_v12)]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick check: shouldn't that read "v12"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct. Sorry about that. I'll submit a new pull request

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you both!

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

4 participants