summaryrefslogtreecommitdiff
path: root/scripts/vyatta-update-tunnel.pl
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-02-09 02:08:23 -0500
committerKim Hagen <kim.sidney@gmail.com>2016-02-09 02:08:23 -0500
commit9d0c8946c537a1d857df67be2ffc26255c24bdbb (patch)
tree325ed1ddb0a0a26560f1056cd4b00f9001cc99d9 /scripts/vyatta-update-tunnel.pl
parent08ec1c93a80be4b4dcec5d4fa4723133225b1367 (diff)
downloadvyatta-cfg-system-9d0c8946c537a1d857df67be2ffc26255c24bdbb.tar.gz
vyatta-cfg-system-9d0c8946c537a1d857df67be2ffc26255c24bdbb.zip
Use directory /var/lib/dhcp instead of /var/lib/dhcp3.
Use directory /etc/dhcp instead of /etc/dhcp3.
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;