]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Update firewall.rb
authorpellisesol <55718611+pellisesol@users.noreply.github.com>
Fri, 2 Oct 2020 17:06:33 +0000 (12:06 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Oct 2020 17:06:33 +0000 (12:06 -0500)
commit706a9d42b1e8379f6e37f59c818544eaff541d41
tree4f1abdf91e90fda633d5cb7ebcc7e7a94943b994
parent71a1773be37d30dd7ad4cd51172161dd28542c89
Update firewall.rb

On Gentoo using 'vrrp' sets the proto to 112 but when puppet runs it interprets 112 as 'carp' which it then corrects to 'vrrp' which is still 112. So it redoes the rule every time puppet runs. Adding carp here allows carp to be set as a valid option which removes the loop.
lib/puppet/type/firewall.rb