diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/Keepalived.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Vyatta/Keepalived.pm b/lib/Vyatta/Keepalived.pm index 6d6a153..26a0a38 100755 --- a/lib/Vyatta/Keepalived.pm +++ b/lib/Vyatta/Keepalived.pm @@ -29,6 +29,7 @@ our @EXPORT = qw(get_conf_file get_state_script get_state_file use base qw(Exporter); use Vyatta::Config; +use Vyatta::Interface; use POSIX; use strict; |