]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/log
puppet-modules/puppetlabs-firewall.git
7 years agoRubocopFix (#746)
david22swan [Wed, 13 Dec 2017 15:19:09 +0000 (15:19 +0000)]
RubocopFix (#746)

7 years agoMerge pull request #745 from puppetlabs/maint_modsync_384f4c1
david22swan [Wed, 13 Dec 2017 14:50:59 +0000 (14:50 +0000)]
Merge pull request #745 from puppetlabs/maint_modsync_384f4c1

(maint) - modulesync 384f4c1

7 years ago(maint) - modulesync 384f4c1 maint_modsync_384f4c1
tphoney [Wed, 13 Dec 2017 10:49:41 +0000 (10:49 +0000)]
(maint) - modulesync 384f4c1

7 years agoMerge pull request #737 from mihall-primus/centos5
willmeek [Tue, 12 Dec 2017 11:16:36 +0000 (11:16 +0000)]
Merge pull request #737 from mihall-primus/centos5

(MODULES-6092) Set correct seluser for CentOS/RHEL 5.x

7 years agoMerge pull request #744 from hantona/negation-with-dash-in-chain
Paula McMaw [Fri, 8 Dec 2017 12:21:34 +0000 (12:21 +0000)]
Merge pull request #744 from hantona/negation-with-dash-in-chain

MODULES-6261: Fix error parsing rules with dashes in the chain name

7 years agoFix error parsing rules with dashes in the chain name
EC2 Default User [Thu, 7 Dec 2017 20:43:47 +0000 (20:43 +0000)]
Fix error parsing rules with dashes in the chain name

7 years agoMerge pull request #743 from david22swan/Rubocop
Paula McMaw [Thu, 7 Dec 2017 10:00:53 +0000 (10:00 +0000)]
Merge pull request #743 from david22swan/Rubocop

Addressing Rubocop Errors

7 years agoFullFix
David Swan [Wed, 6 Dec 2017 15:42:27 +0000 (15:42 +0000)]
FullFix

7 years agoMerge pull request #742 from david22swan/Rubocop
TP Honey [Wed, 6 Dec 2017 15:39:14 +0000 (15:39 +0000)]
Merge pull request #742 from david22swan/Rubocop

QuickFix

7 years agoQuickFix
David Swan [Wed, 6 Dec 2017 15:37:53 +0000 (15:37 +0000)]
QuickFix

7 years agoMerge pull request #741 from puppetlabs/release
david22swan [Thu, 30 Nov 2017 10:02:12 +0000 (10:02 +0000)]
Merge pull request #741 from puppetlabs/release

Release mergeback 1.11.0

7 years agoMerge pull request #740 from david22swan/PreRelease 1.11.0
TP Honey [Wed, 29 Nov 2017 15:08:48 +0000 (15:08 +0000)]
Merge pull request #740 from david22swan/PreRelease

1.11.0PreRelease

7 years ago1.11.0PreRelease
David Swan [Wed, 29 Nov 2017 14:34:37 +0000 (14:34 +0000)]
1.11.0PreRelease

7 years agoRubocop Implemented (#735)
david22swan [Wed, 29 Nov 2017 10:25:11 +0000 (10:25 +0000)]
Rubocop Implemented (#735)

* Rubocop Implemented

7 years agoMerge pull request #739 from jistr/remove-debug-puts
Paula McMaw [Fri, 24 Nov 2017 12:56:51 +0000 (12:56 +0000)]
Merge pull request #739 from jistr/remove-debug-puts

Remove leftover debugging 'puts'

7 years agoRemove leftover debugging 'puts'
Jiri Stransky [Thu, 23 Nov 2017 15:37:07 +0000 (16:37 +0100)]
Remove leftover debugging 'puts'

I used the puts to figure out rspec behavior and forgot to remove it
before commiting a fix.

7 years agoMerge pull request #738 from jistr/skip-unparsable-iptables-rules
Paula McMaw [Thu, 23 Nov 2017 14:50:40 +0000 (14:50 +0000)]
Merge pull request #738 from jistr/skip-unparsable-iptables-rules

(MODULES-6029) Skip unparsable rules with warning

7 years ago(MODULES-6029) Skip unparsable rules with warning
Jiri Stransky [Thu, 23 Nov 2017 14:11:03 +0000 (15:11 +0100)]
(MODULES-6029) Skip unparsable rules with warning

The iptables rules parser has very strict/simplistic expectations
about how iptables rules should look like, and can easily fail to
parse rules that weren't produced by the module itself.

We should ignore the unfitting rules when parsing and produce a
warning rather than causing a fatal error and stopping the Puppet run.

7 years ago(MODULES-6092) Set correct seluser for CentOS/RHEL 5.x
Michael Hall [Wed, 22 Nov 2017 15:37:30 +0000 (10:37 -0500)]
(MODULES-6092) Set correct seluser for CentOS/RHEL 5.x

In 1.10.0, applying the puppetlabs-firewall module on CentOS/RHEL 5.x produces warnings:

Warning: Failed to set SELinux context unconfined_u:object_r:etc_t on /etc/sysconfig/iptables
Notice: /Stage[main]/Firewall::Linux::Redhat/File[/etc/sysconfig/iptables]/seluser: seluser changed 'system_u' to 'unconfined_u'
Warning: Failed to set SELinux context unconfined_u:object_r:etc_t on /etc/sysconfig/ip6tables
Notice: /Stage[main]/Firewall::Linux::Redhat/File[/etc/sysconfig/ip6tables]/seluser: seluser changed 'system_u' to 'unconfined_u'

This commit adds a case to set the correct seluser.

7 years agoMerge pull request #736 from puppetlabs/maint_modsync_1d81b6a
david22swan [Fri, 17 Nov 2017 14:42:00 +0000 (14:42 +0000)]
Merge pull request #736 from puppetlabs/maint_modsync_1d81b6a

(maint) - modulesync 1d81b6a

7 years agoModule sync 1d81b6a maint_modsync_1d81b6a
Paula McMaw [Fri, 17 Nov 2017 12:16:30 +0000 (12:16 +0000)]
Module sync 1d81b6a

7 years agoMerge pull request #734 from puppetlabs/release
TP Honey [Tue, 14 Nov 2017 10:29:20 +0000 (10:29 +0000)]
Merge pull request #734 from puppetlabs/release

1.10.0 Mergeback

7 years agoMerge pull request #733 from jbondpdx/release 1.10.0
Paula McMaw [Fri, 10 Nov 2017 12:16:33 +0000 (12:16 +0000)]
Merge pull request #733 from jbondpdx/release

clean up firewall_multi section, minor fixes

7 years agoclean up firewall_multi section, minor fixes
jbondpdx [Thu, 9 Nov 2017 22:37:03 +0000 (14:37 -0800)]
clean up firewall_multi section, minor fixes

7 years agoMerge pull request #732 from david22swan/PreRelease
Paula McMaw [Wed, 8 Nov 2017 09:42:13 +0000 (09:42 +0000)]
Merge pull request #732 from david22swan/PreRelease

(FM-6577) PreRelease

7 years agoPreReleaseFM-6577
David Swan [Tue, 7 Nov 2017 16:31:55 +0000 (16:31 +0000)]
PreReleaseFM-6577

7 years agoMerge pull request #731 from puppetlabs/release
Paula McMaw [Tue, 7 Nov 2017 14:15:06 +0000 (14:15 +0000)]
Merge pull request #731 from puppetlabs/release

1.9.0 Mergeback

7 years agoMerge branch 'master' into release
david22swan [Tue, 7 Nov 2017 13:50:34 +0000 (13:50 +0000)]
Merge branch 'master' into release

7 years agoMerge pull request #729 from sathlan/master
david22swan [Tue, 7 Nov 2017 09:12:59 +0000 (09:12 +0000)]
Merge pull request #729 from sathlan/master

[MODULES-5924] Fix unmanaged rule regex when updating a iptable.

7 years agoMerge pull request #730 from david22swan/2017.3Fix
TP Honey [Mon, 6 Nov 2017 15:52:18 +0000 (15:52 +0000)]
Merge pull request #730 from david22swan/2017.3Fix

(QA)Fix to 2017.3 tests

7 years ago(QA)Fix to 2017.3 tests
David Swan [Mon, 6 Nov 2017 15:20:06 +0000 (15:20 +0000)]
(QA)Fix to 2017.3 tests

7 years ago[MODULES-5924] Fix unmanaged rule regex when updating a iptable.
Sofer Athlan-Guyot [Fri, 3 Nov 2017 12:42:31 +0000 (13:42 +0100)]
[MODULES-5924] Fix unmanaged rule regex when updating a iptable.

We have two kind of unmanaged rules:

- empty comment: those get an md5 hash as a name prefixed with 90XX
- comment not matching “\d[graph,space]+$”

This is defined there[1]

But when we calculate the updated line we take into account only the
first kind of unmanaged rule in the offset[2] which leads to error.

Relaxing the regex solves this.

[1] https://github.com/puppetlabs/puppetlabs-firewall/blob/master/lib/puppet/provider/firewall/iptables.rb#L610..L617
[2] https://github.com/puppetlabs/puppetlabs-firewall/blob/master/lib/puppet/provider/firewall/iptables.rb#L802..L803

7 years agoMerge pull request #666 from comel/parser-sanity-check-1
david22swan [Fri, 3 Nov 2017 09:27:54 +0000 (09:27 +0000)]
Merge pull request #666 from comel/parser-sanity-check-1

(MODULES-4200) Add simple sanity check for the rule to hash parser

7 years agoMerge pull request #682 from crispygoth/add_gid_lookup
david22swan [Thu, 2 Nov 2017 14:10:32 +0000 (14:10 +0000)]
Merge pull request #682 from crispygoth/add_gid_lookup

Add gid lookup

7 years agoMerge pull request #728 from alexharv074/document_firewall_multi
david22swan [Wed, 1 Nov 2017 12:23:31 +0000 (12:23 +0000)]
Merge pull request #728 from alexharv074/document_firewall_multi

(docs) Add missing hyperlink

7 years ago(docs) Add missing hyperlink
Alex Harvey [Wed, 1 Nov 2017 07:37:24 +0000 (18:37 +1100)]
(docs) Add missing hyperlink

Left out in previous commit.

7 years agoMerge pull request #723 from alexharv074/document_firewall_multi
Eric Putnam [Tue, 31 Oct 2017 22:04:28 +0000 (15:04 -0700)]
Merge pull request #723 from alexharv074/document_firewall_multi

 (docs) Add some notes about firewall_multi

7 years agoMerge pull request #727 from hunner/deb_9
Eric Putnam [Tue, 31 Oct 2017 20:37:37 +0000 (13:37 -0700)]
Merge pull request #727 from hunner/deb_9

(MODULES-5692) Match more than a single space

7 years ago(MODULES-5692) Match more than a single space
Hunter Haugen [Wed, 11 Oct 2017 20:30:18 +0000 (13:30 -0700)]
(MODULES-5692) Match more than a single space

Debian 9 outputs multiple spaces.

7 years agoMerge pull request #724 from HelenCampbell/revert722
TP Honey [Tue, 3 Oct 2017 15:29:19 +0000 (16:29 +0100)]
Merge pull request #724 from HelenCampbell/revert722

Revert of PR 722 to undo the breaking changes introduced

7 years agoRevert of PR 722 to undo the breaking changes introduced
Helen Campbell [Tue, 3 Oct 2017 14:11:17 +0000 (15:11 +0100)]
Revert of PR 722 to undo the breaking changes introduced

7 years ago(docs) Add some notes about firewall_multi
Alex Harvey [Fri, 29 Sep 2017 16:45:03 +0000 (02:45 +1000)]
(docs) Add some notes about firewall_multi

Clean up scattered references to this project so that docs make more
sense.

7 years agoMerge pull request #721 from kpengboy/resolve-ipv6
Eric Putnam [Wed, 27 Sep 2017 20:10:05 +0000 (13:10 -0700)]
Merge pull request #721 from kpengboy/resolve-ipv6

(MODULES-5645) Choose correct IP version for hostname resolution

7 years agoMerge pull request #722 from tphoney/stefanopini-patch-1
Paula McMaw [Tue, 26 Sep 2017 12:54:58 +0000 (13:54 +0100)]
Merge pull request #722 from tphoney/stefanopini-patch-1

Correction of ICMPv6 protocol name

7 years agoreadme update
tphoney [Tue, 26 Sep 2017 11:38:42 +0000 (12:38 +0100)]
readme update

7 years agoCorrection of ICMPv6 protocol name
Stefano [Tue, 28 Feb 2017 09:36:56 +0000 (10:36 +0100)]
Correction of ICMPv6 protocol name

Correction of ICMPv6 protocol name from ipv6-icmp to icmpv6

7 years agoMerge pull request #694 from knackaron/ip6tables-disable
TP Honey [Tue, 26 Sep 2017 11:21:06 +0000 (12:21 +0100)]
Merge pull request #694 from knackaron/ip6tables-disable

allow ip6tables to be disabled

7 years ago(MODULES-5645) Choose correct IP version for hostname resolution
Kevin Peng [Sun, 24 Sep 2017 07:43:42 +0000 (00:43 -0700)]
(MODULES-5645) Choose correct IP version for hostname resolution

Currently hostnames specified in a `source` or `destination` field
in a firewall rule are always resolved as IPv4, even when the
provider is `ip6tables`. Instead, intelligently determine whether
the hostname should be resolved as an IPv4 address or IPv6 address
based on the provider.

7 years agoMerge pull request #720 from puppetlabs/msync_18sep17_892c4cf
TP Honey [Fri, 22 Sep 2017 10:51:36 +0000 (11:51 +0100)]
Merge pull request #720 from puppetlabs/msync_18sep17_892c4cf

(maint) modulesync 892c4cf

7 years ago(maint) modulesync 892c4cf msync_18sep17_892c4cf
Hailee Kenney [Mon, 18 Sep 2017 21:55:42 +0000 (14:55 -0700)]
(maint) modulesync 892c4cf

7 years agoMerge pull request #717 from tphoney/dummy_pr
Paula McMaw [Fri, 8 Sep 2017 11:33:35 +0000 (12:33 +0100)]
Merge pull request #717 from tphoney/dummy_pr

remove whitespace at the EOL

7 years agoMerge pull request #719 from HelenCampbell/hashlimitfix
Paula McMaw [Wed, 6 Sep 2017 13:25:06 +0000 (14:25 +0100)]
Merge pull request #719 from HelenCampbell/hashlimitfix

Update for hashlimit tests to not run on RedHat5 or Scientific 5

7 years agoUpdate for hashlimit tests to not run on RedHat5 or Scientific 5
Helen Campbell [Wed, 6 Sep 2017 12:37:42 +0000 (13:37 +0100)]
Update for hashlimit tests to not run on RedHat5 or Scientific 5

Hashlimit doesn't seem to be fully supported on these OS'es so I've put a check to skip the tests.

7 years agoMerge pull request #718 from HelenCampbell/hashlimitfix
TP Honey [Tue, 5 Sep 2017 14:13:30 +0000 (15:13 +0100)]
Merge pull request #718 from HelenCampbell/hashlimitfix

Yet another fix to hashlimit tests, smaller tests replace one large r…

7 years agoYet another fix to hashlimit tests, smaller tests replace one large regex for match...
Helen Campbell [Tue, 5 Sep 2017 13:27:34 +0000 (14:27 +0100)]
Yet another fix to hashlimit tests, smaller tests replace one large regex for match improvements.

7 years agoMerge pull request #716 from HelenCampbell/hashlimitfix
TP Honey [Tue, 5 Sep 2017 09:58:26 +0000 (10:58 +0100)]
Merge pull request #716 from HelenCampbell/hashlimitfix

Fix to update hashlimit above test

7 years agoUnit test fix for travis
Helen Campbell [Tue, 5 Sep 2017 08:50:28 +0000 (09:50 +0100)]
Unit test fix for travis

7 years agoremove whitespace at the EOL
tphoney [Mon, 4 Sep 2017 14:48:05 +0000 (15:48 +0100)]
remove whitespace at the EOL

7 years agoFix to update hashlimit above test
Helen Campbell [Mon, 4 Sep 2017 14:15:01 +0000 (15:15 +0100)]
Fix to update hashlimit above test

7 years agoMerge pull request #708 from ATIX-AG/master
Helen [Tue, 29 Aug 2017 13:25:49 +0000 (14:25 +0100)]
Merge pull request #708 from ATIX-AG/master

MODULE-1805 Add hashlimit-module

7 years agoMerge pull request #715 from pmcmaw/rm_ubuntu
TP Honey [Thu, 17 Aug 2017 14:34:00 +0000 (15:34 +0100)]
Merge pull request #715 from pmcmaw/rm_ubuntu

(MODULES-5501) - Remove unsupported Ubuntu

7 years ago(MODULES-5501) - Remove unsupported Ubuntu
Paula McMaw [Thu, 17 Aug 2017 12:59:57 +0000 (13:59 +0100)]
(MODULES-5501) - Remove unsupported Ubuntu

Removing older version of Ubuntu that are not supported by the module.

7 years agoMerge pull request #713 from nbarrientos/sets
Eric Putnam [Wed, 16 Aug 2017 21:54:15 +0000 (14:54 -0700)]
Merge pull request #713 from nbarrientos/sets

(MODULES-5340) Understand negated match sets

7 years ago(MODULES-5340) Understand negated match sets
Nacho Barrientos [Thu, 27 Jul 2017 08:55:33 +0000 (10:55 +0200)]
(MODULES-5340) Understand negated match sets

This patch allows the provider to understand rules that contain negated
match sets when parsing the ruleset.

7 years agoMerge pull request #714 from puppetlabs/maint-modsync-915cde70e20
Paula McMaw [Fri, 28 Jul 2017 10:00:40 +0000 (11:00 +0100)]
Merge pull request #714 from puppetlabs/maint-modsync-915cde70e20

(maint) modulesync 915cde70e20

7 years ago(maint) modulesync 915cde70e20 maint-modsync-915cde70e20
Glenn Sarti [Thu, 27 Jul 2017 21:56:16 +0000 (14:56 -0700)]
(maint) modulesync 915cde70e20

7 years agoMerge pull request #712 from puppetlabs/msync_modules5187
Hunter Haugen [Mon, 10 Jul 2017 21:46:41 +0000 (14:46 -0700)]
Merge pull request #712 from puppetlabs/msync_modules5187

(MODULES-5187) mysnc puppet 5 and ruby 2.4

7 years ago(MODULES-5187) mysnc puppet 5 and ruby 2.4 msync_modules5187
Eric Putnam [Thu, 6 Jul 2017 21:41:16 +0000 (14:41 -0700)]
(MODULES-5187) mysnc puppet 5 and ruby 2.4

7 years agoMerge pull request #711 from tphoney/MODULES-5177
Paula McMaw [Thu, 6 Jul 2017 08:59:43 +0000 (09:59 +0100)]
Merge pull request #711 from tphoney/MODULES-5177

(MODULES-5177) fixing tests for certain oses

7 years ago(MODULES-5177) fixing tests for certain oses
tphoney [Wed, 5 Jul 2017 13:07:22 +0000 (14:07 +0100)]
(MODULES-5177) fixing tests for certain oses

7 years agoMerge pull request #710 from tphoney/MODULES-5173
Helen [Tue, 4 Jul 2017 15:43:50 +0000 (16:43 +0100)]
Merge pull request #710 from tphoney/MODULES-5173

(MODULES-5173) fix regex and test on el6

7 years ago(MODULES-5173) fix regex and test on el6
tphoney [Tue, 4 Jul 2017 14:13:06 +0000 (15:13 +0100)]
(MODULES-5173) fix regex and test on el6

7 years agoMerge pull request #709 from hunner/bump_metadata
TP Honey [Mon, 3 Jul 2017 11:31:53 +0000 (12:31 +0100)]
Merge pull request #709 from hunner/bump_metadata

(MODULES-5144) Prep for puppet 5

7 years agoMerge pull request #696 from traylenator/style
TP Honey [Mon, 3 Jul 2017 11:31:18 +0000 (12:31 +0100)]
Merge pull request #696 from traylenator/style

Puppet Lint Fixes

7 years ago(MODULES-5144) Prep for puppet 5
Hunter Haugen [Mon, 26 Jun 2017 21:04:54 +0000 (14:04 -0700)]
(MODULES-5144) Prep for puppet 5

7 years agoupdated README for hashlimit-module
Jonas Truestedt [Thu, 22 Jun 2017 08:27:22 +0000 (10:27 +0200)]
updated README for hashlimit-module

7 years agoadded hashlimit-module for iptables & ip6tables with simple acceptance test
Jonas Truestedt [Thu, 22 Jun 2017 08:00:36 +0000 (10:00 +0200)]
added hashlimit-module for iptables & ip6tables with simple acceptance test

7 years agoMerge pull request #707 from spynappels/MODULES-5111-support_untracked_state
Helen [Wed, 21 Jun 2017 08:57:17 +0000 (09:57 +0100)]
Merge pull request #707 from spynappels/MODULES-5111-support_untracked_state

(MODULES-5111) Support UNTRACKED in state and ctstate rules

7 years ago(MODULES-5111) Support UNTRACKED in state and ctstate rules
Stefan Pijnappels [Wed, 21 Jun 2017 06:16:36 +0000 (07:16 +0100)]
(MODULES-5111) Support UNTRACKED in state and ctstate rules

Type updated to permit UNTRACKED to be passed as a valid state
README updated to document above change
Spec tests updated to verify UNTRACKED is accepted for both state and ctstate, and additionally to verify alphabetic ordering still works as expected.

All tests relating to these changes have passed.

7 years agoMerge pull request #698 from Kotty666/master
Hunter Haugen [Thu, 15 Jun 2017 17:34:36 +0000 (10:34 -0700)]
Merge pull request #698 from Kotty666/master

7 years agofix MODULES-1988
Philipp Frik [Wed, 3 May 2017 08:41:59 +0000 (10:41 +0200)]
fix MODULES-1988

7 years agoMerge pull request #706 from alexharv074/fix_readme
Hunter Haugen [Thu, 15 Jun 2017 17:10:43 +0000 (10:10 -0700)]
Merge pull request #706 from alexharv074/fix_readme

commit 95f56586a6506ce4c0460106483a7982fbaf4e05
Author: Alex Harvey <Alex_Harvey@amp.com.au>
Date:   Sun Jun 11 22:47:18 2017 +1000

    Add test for README

    This adds an Rspec test to fail the build if someone adds incorrectly
    formatted heading markers again.

commit b7b62ec28f9999ca499440838d26733aab530eb8
Author: Alex Harvey <Alex_Harvey@amp.com.au>
Date:   Sun Jun 11 22:31:33 2017 +1000

    (doc) Fix formatting in README.markdown

    Without this patch applied, a large chunk of the README is not
    displaying properly on Github.

7 years agoAdd test for README
Alex Harvey [Sun, 11 Jun 2017 12:47:18 +0000 (22:47 +1000)]
Add test for README

This adds an Rspec test to fail the build if someone adds incorrectly
formatted heading markers again.

7 years ago(doc) Fix formatting in README.markdown
Alex Harvey [Sun, 11 Jun 2017 12:31:33 +0000 (22:31 +1000)]
(doc) Fix formatting in README.markdown

Without this patch applied, a large chunk of the README is not
displaying properly on Github.

7 years agoMerge pull request #705 from spynappels/MODULES-1141-Error_on_ICMP_array
Helen [Tue, 23 May 2017 15:08:35 +0000 (16:08 +0100)]
Merge pull request #705 from spynappels/MODULES-1141-Error_on_ICMP_array

(Modules-1141) No longer accepts an array for icmp types #puppethack

7 years ago(MODULES-1141) Update Unit test to fix failing rspec test
Stefan Pijnappels [Tue, 23 May 2017 14:31:34 +0000 (15:31 +0100)]
(MODULES-1141) Update Unit test to fix failing rspec test

7 years agoMerge pull request #704 from neilbinney/MODULES-4828
Helen [Tue, 23 May 2017 13:41:35 +0000 (14:41 +0100)]
Merge pull request #704 from neilbinney/MODULES-4828

MODULES-4828 version_requirement updated

7 years agoMODULES-4828 version_requirement updated
Neil Binney [Tue, 23 May 2017 13:13:18 +0000 (14:13 +0100)]
MODULES-4828 version_requirement updated

7 years ago(MODULES-1141) Fail on sending array of ICMP types
Stefan Pijnappels [Tue, 23 May 2017 12:35:44 +0000 (13:35 +0100)]
(MODULES-1141) Fail on sending array of ICMP types

7 years agoMerge pull request #703 from eputnam/maint/1.9.0additionaldocs 1.9.0
Jean B [Fri, 19 May 2017 15:51:31 +0000 (08:51 -0700)]
Merge pull request #703 from eputnam/maint/1.9.0additionaldocs

(maint) additional docs fixes for 1.9.0

7 years ago(maint) additional docs fixes for 1.9.0
Eric Putnam [Fri, 19 May 2017 15:38:36 +0000 (08:38 -0700)]
(maint) additional docs fixes for 1.9.0

8 years agoMerge pull request #702 from eputnam/release
Hunter Haugen [Wed, 17 May 2017 22:18:05 +0000 (15:18 -0700)]
Merge pull request #702 from eputnam/release

(MODULES-4891) release prep for 1.9.0

8 years ago(maint) README fixes for release
Eric Putnam [Tue, 16 May 2017 21:25:32 +0000 (14:25 -0700)]
(maint) README fixes for release

8 years ago(MODULES-4891) release prep for 1.9.0
Eric Putnam [Tue, 16 May 2017 21:02:47 +0000 (14:02 -0700)]
(MODULES-4891) release prep for 1.9.0

8 years agoMerge pull request #701 from eputnam/maint/nflog_osversion
Glenn Sarti [Tue, 16 May 2017 17:14:15 +0000 (10:14 -0700)]
Merge pull request #701 from eputnam/maint/nflog_osversion

(maint) do not test nflog on older versions of iptables ( < 1.3.7)

8 years ago(maint) update nflog feature and tests
Eric Putnam [Thu, 11 May 2017 18:24:36 +0000 (11:24 -0700)]
(maint) update nflog feature and tests
NFLOG is not available as a jump target until iptables version 1.3.7.
This adds an error to the provider when the version is lower than 1.3.7
and the user tries to use NFLOG options. This also updates the tests to
check and make sure the error is thrown on appropriate versions

8 years agoMerge pull request #700 from eputnam/maint/spec_space
Hunter Haugen [Wed, 10 May 2017 18:01:15 +0000 (11:01 -0700)]
Merge pull request #700 from eputnam/maint/spec_space

(maint) modify to account for spaces in iptables-save output

8 years ago(maint) modify to account for spaces in iptables-save output
Eric Putnam [Wed, 10 May 2017 17:58:41 +0000 (10:58 -0700)]
(maint) modify to account for spaces in iptables-save output

for nflog_spec we check iptables-save output and for --nflog-prefix, there can be varying amounts of space, so this accounts for that

8 years agoMerge pull request #697 from eputnam/FM-4896
Helen [Wed, 10 May 2017 16:04:45 +0000 (17:04 +0100)]
Merge pull request #697 from eputnam/FM-4896

(FM-4896) add NFLOG support

8 years agoMerge pull request #684 from hunner/check-ebtables
Eric Putnam [Thu, 4 May 2017 17:39:33 +0000 (10:39 -0700)]
Merge pull request #684 from hunner/check-ebtables

Allow managing ebtables