From: Ian Jackson Date: Fri, 6 Oct 2006 19:12:18 +0000 (+0100) Subject: change from samual to make it all work X-Git-Tag: converted-from-bzr~64^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6f52ce46bd0f969a9126e139b6a3cc511129b9a7;p=autopkgtest.git change from samual to make it all work --- diff --git a/xen/vif-route-adt b/xen/vif-route-adt index ccf2a6a..dfa3df3 100755 --- a/xen/vif-route-adt +++ b/xen/vif-route-adt @@ -30,7 +30,7 @@ case "$command" in online) ifconfig ${vif} ${main_ip} netmask 255.255.255.255 \ broadcast ${main_ip} up - ip -f inet6 addr delete dev ${vif} local fe80::fcff:ffff:feff:ffff/64 + ip -f inet6 addr delete dev $vif local fe80::fcff:ffff:feff:ffff/64 ||: ipcmd='add' iptcmd='-A' cmdprefix=''