]> 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)
committeradrianiurca <adrian.iurca@gmail.com>
Thu, 9 Sep 2021 12:44:26 +0000 (15:44 +0300)
commite0794453e0768d77f055e7eda9da8cd9ef79811f
tree3569c7fe50f37ecb17dae210aab5eb5e8e6a049b
parent692dccc26c1d7ccea7ed62d3c5638d4bacd3c1b3
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