summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control1
-rw-r--r--scripts/vyos-update-nhrp.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 9df808c..54ea082 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Depends: vyatta-cfg-system,
vyatta-cfg,
vyatta-op,
vyos-opennhrp,
+ libmatch-simple-perl,
${misc:Depends}
Replaces: vyos-nhrp
Description: VyOs package vyos-nhrp
diff --git a/scripts/vyos-update-nhrp.pl b/scripts/vyos-update-nhrp.pl
index 1d44274..2271bd1 100644
--- a/scripts/vyos-update-nhrp.pl
+++ b/scripts/vyos-update-nhrp.pl
@@ -27,6 +27,7 @@ use POSIX;
use File::Basename;
use File::Compare;
use NetAddr::IP;
+use match::smart;
use lib "/opt/vyatta/share/perl5/";
use Vyatta::Config;