]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
fix: parsing random_fully in ip6tables
authorŁukasz Czapliński <lczaplinski@opera.com>
Thu, 1 Jul 2021 13:21:29 +0000 (15:21 +0200)
committerŁukasz Czapliński <lczaplinski@opera.com>
Tue, 6 Jul 2021 08:36:18 +0000 (10:36 +0200)
commit0ea2b74c0b4a451a37bae8c2ff105b72481ab485
tree5b146b758c14363b5fb8d492ae9c1b3dab50b00f
parent208abd63b8398c5eab536d1dde14d8380dcf1335
fix: parsing random_fully in ip6tables

Looks like
https://github.com/puppetlabs/puppetlabs-firewall/commit/9a4bc6a81cf0cd4a56ba458fadac830a2c4df529
added relevant params only to iptables, not ip6tables.

This results in warnings like
```
Warning: Puppet::Type::Firewall::ProviderIp6tables: Skipping unparsable iptables rule: keys (3) and values (4) count mismatch on line: -A KUBE-POSTROUTING -m comment --comment "kubernetes service traffic requiring SNAT" -j MASQUERADE --random-fully
```
lib/puppet/provider/firewall/ip6tables.rb
spec/fixtures/ip6tables/conversion_hash.rb