summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-25 11:28:35 +1000
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-25 11:28:35 +1000
commit4a319dd3a0aa95a92067fa677ad2e5d94534044b (patch)
tree1025cea07b6da07d3381751721b08ac003080dd4
parent23b4fcd5313ee2c6a7d106395e61e26d84840602 (diff)
downloadvyatta-cfg-system-4a319dd3a0aa95a92067fa677ad2e5d94534044b.tar.gz
vyatta-cfg-system-4a319dd3a0aa95a92067fa677ad2e5d94534044b.zip
Pass interface name correctly when deleting dhcpv6
Bug 6726 Typo in vyatta-address script conversion from perl to shell
-rwxr-xr-xscripts/vyatta-address2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-address b/scripts/vyatta-address
index 2e521c26..94fb1c59 100755
--- a/scripts/vyatta-address
+++ b/scripts/vyatta-address
@@ -32,7 +32,7 @@ case $1 in
exec /opt/vyatta/sbin/vyatta-interfaces.pl --dev="$2" --dhcp=stop
elif [[ "$3" = "dhcpv6" ]]
then
- exec /opt/vyatta/sbin/vyatta-dhcpv6-client.pl --stop --ifname $ifname
+ exec /opt/vyatta/sbin/vyatta-dhcpv6-client.pl --stop --ifname "$2"
elif [[ "$3" =~ ":" ]]
then
exec ip -6 addr del "$3" dev "$2"