summaryrefslogtreecommitdiff
path: root/templates/release/dhcpv6
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-06-24 13:20:39 +0200
committerDaniil Baturin <daniil@baturin.org>2018-06-24 13:20:39 +0200
commit997291b8a6a66953c6a6270c2dda323769452581 (patch)
treeda24c0099caede14445289dca8d76560c08de1d9 /templates/release/dhcpv6
parent3610a467094e80a39b6627f6b7655430917b9bd3 (diff)
parentadd153b13de56f97624b2dc433fdbe21b36dbeed (diff)
downloadvyatta-op-lithium.tar.gz
vyatta-op-lithium.zip
Merge branch 'current' into lithiumlithium
Conflicts: Makefile.am debian/changelog templates/restart/dns/forwarding/node.def templates/show/version/added/node.def templates/show/version/all/node.def templates/show/version/deleted/node.def templates/show/version/downgraded/node.def templates/show/version/node.def templates/show/version/upgraded/node.def
Diffstat (limited to 'templates/release/dhcpv6')
-rw-r--r--templates/release/dhcpv6/interface/node.tag/node.def4
1 files changed, 2 insertions, 2 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[@]}