From 51609ad9c093cf263dcdb4ff5868d0ef5a03f531 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Mon, 12 Dec 2011 16:48:56 -0800 Subject: Adjust default displayed priority to reflect actual default priority --- lib/Vyatta/Keepalived.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Vyatta/Keepalived.pm b/lib/Vyatta/Keepalived.pm index 6a81b47..4986d0c 100755 --- a/lib/Vyatta/Keepalived.pm +++ b/lib/Vyatta/Keepalived.pm @@ -239,7 +239,7 @@ sub vrrp_get_config { my @vips = $config->returnOrigValues("virtual-address"); my $priority = $config->returnOrigValue("priority"); if (!defined $priority) { - $priority = 1; + $priority = 100; } my $preempt = $config->returnOrigValue("preempt"); if (!defined $preempt) { -- cgit v1.2.3