Skip to content

Commit 77b5dd6

Browse files
committed
(maint) Update tests for CentOS Stream 8
ip6tables has altered its behaviour on CentOS Stream 8 so that if string_to is passed as 65535 it is considered a default value and is not shown.
1 parent db8dde1 commit 77b5dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/firewall_attributes_ipv6_happy_path_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class { '::firewall': }
268268
proto => 'tcp',
269269
string_hex => '|f4 6d 04 25 b2 02 00 0a|',
270270
string_algo => 'kmp',
271-
string_to => 65535,
271+
string_to => 65534,
272272
jump => accept,
273273
protocol => 'ip6tables',
274274
}
@@ -278,7 +278,7 @@ class { '::firewall': }
278278
dport => '53',
279279
string_hex => '! |0000ff0001|',
280280
string_algo => 'bm',
281-
string_to => 65535,
281+
string_to => 65534,
282282
jump => 'accept',
283283
protocol => 'ip6tables',
284284
}

0 commit comments

Comments
 (0)