diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:17:49 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:17:49 -0500 |
commit | 918b53841364a016eec0e2996640c471f738e93b (patch) | |
tree | db9c7b906958bebff3a480c46dc54775c3c3782d /templates | |
parent | 59240c87059fd207b3ec38238851f6fe6982e48c (diff) | |
download | vyatta-op-918b53841364a016eec0e2996640c471f738e93b.tar.gz vyatta-op-918b53841364a016eec0e2996640c471f738e93b.zip |
Use dhcp instead of dhcp3.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/release/dhcpv6/interface/node.tag/node.def | 4 | ||||
-rw-r--r-- | templates/renew/dhcpv6/interface/node.tag/node.def | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/release/dhcpv6/interface/node.tag/node.def b/templates/release/dhcpv6/interface/node.tag/node.def index 05f45c8..a8faa6c 100644 --- a/templates/release/dhcpv6/interface/node.tag/node.def +++ b/templates/release/dhcpv6/interface/node.tag/node.def @@ -2,8 +2,8 @@ help: Release DHCPv6 lease for interface allowed: local -a array - array=( /var/lib/dhcp3/dhclient_v6_*.conf ) - tail=${array[@]#/var/lib/dhcp3/dhclient_v6_} + array=( /var/lib/dhcp/dhclient_v6_*.conf ) + tail=${array[@]#/var/lib/dhcp/dhclient_v6_} ifnames=${tail[@]%.conf} echo -n ${ifnames[@]} diff --git a/templates/renew/dhcpv6/interface/node.tag/node.def b/templates/renew/dhcpv6/interface/node.tag/node.def index 2ef676d..9b5c191 100644 --- a/templates/renew/dhcpv6/interface/node.tag/node.def +++ b/templates/renew/dhcpv6/interface/node.tag/node.def @@ -2,8 +2,8 @@ help: Renew a DHCPv6 lease on an interface allowed: local -a array - array=( /var/lib/dhcp3/dhclient_v6_*.conf ) - tail=${array[@]#/var/lib/dhcp3/dhclient_v6_} + array=( /var/lib/dhcp/dhclient_v6_*.conf ) + tail=${array[@]#/var/lib/dhcp/dhclient_v6_} ifnames=${tail[@]%.conf} echo -n ${ifnames[@]} |