diff options
-rwxr-xr-x | scripts/keepalived/vyatta-vrrp-state.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/keepalived/vyatta-vrrp-state.pl b/scripts/keepalived/vyatta-vrrp-state.pl index 4ab4834a..83fd80b0 100755 --- a/scripts/keepalived/vyatta-vrrp-state.pl +++ b/scripts/keepalived/vyatta-vrrp-state.pl @@ -23,13 +23,12 @@ # **** End License **** # -use lib "/opt/vyatta/share/perl5/"; -use Vyatta::Keepalived; -use POSIX; - use strict; use warnings; +use lib "/opt/vyatta/share/perl5/"; +use Vyatta::Keepalived; +use POSIX; sub vrrp_state_log { my ($state, $intf, $group) = @_; |