-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for garp_master_repeat and garp_interval #229
base: master
Are you sure you want to change the base?
add support for garp_master_repeat and garp_interval #229
Conversation
@@ -190,6 +194,7 @@ | |||
$advert_int = 1, | |||
$garp_master_delay = 5, | |||
$garp_master_refresh = undef, | |||
$garp_master_repeat = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a datatype for the new parameter
@@ -206,6 +211,7 @@ | |||
$use_vmac = false, | |||
$vmac_xmit_base = true, | |||
Boolean $native_ipv6 = false, | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was there a reason for this change? I think a puppet-lint plugin isn't happy about the new line here
@@ -79,6 +81,7 @@ | |||
Optional[Integer] $vrrp_garp_master_refresh = undef, | |||
Optional[Integer] $vrrp_garp_lower_prio_delay = undef, | |||
$snmp_socket = 'unix:/var/agentx/master', | |||
$garp_interval = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a datatype for the new parameter
@unki thanks for this PR as well. can you please take a look at the inline comments I did and add some tests? |
@unki ping :) |
Dear @unki, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
This PR adds support for garp_master_repeat (keepalived::vrrp::instance) and garp_interval (global)