From: Hunter Haugen <hunter@puppet.com> Date: Mon, 25 Apr 2016 17:49:35 +0000 (-0700) Subject: (maint) Remove nat flush X-Git-Tag: 1.8.2~36^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6233c5297a536bdf309a632df7dd1b4392676641;p=puppet-modules%2Fpuppetlabs-firewall.git (maint) Remove nat flush The man page says it's not implemented for ip6tables --- diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 78c09e9..bc0506f 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -8,7 +8,7 @@ def iptables_flush_all_tables end def ip6tables_flush_all_tables - ['filter', 'nat', 'mangle'].each do |t| + ['filter', 'mangle'].each do |t| expect(shell("ip6tables -t #{t} -F").stderr).to eq("") end end