summaryrefslogtreecommitdiff
path: root/scripts/vyatta-update-tunnel.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-update-tunnel.pl')
-rw-r--r--scripts/vyatta-update-tunnel.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-update-tunnel.pl b/scripts/vyatta-update-tunnel.pl
index d4c652d0..de5019ab 100644
--- a/scripts/vyatta-update-tunnel.pl
+++ b/scripts/vyatta-update-tunnel.pl
@@ -10,7 +10,7 @@ GetOptions("interface=s" => \$iface,
"tunnel=s" => \$tunnel,
"option=s" => \$option
);
-my $FILE_DHCP_HOOK = "/etc/dhcp3/dhclient-exit-hooks.d/tunnel-$tunnel";
+my $FILE_DHCP_HOOK = "/etc/dhcp/dhclient-exit-hooks.d/tunnel-$tunnel";
my $dhcp_hook = '';
if ($option eq 'create') {
$dhcp_hook =<<EOS;