Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
SingleVM: Rename macvlan0 to ciaovlan
Browse files Browse the repository at this point in the history
Signed-off-by: Manohar Castelino <[email protected]>
  • Loading branch information
mcastelino committed Oct 18, 2016
1 parent 900deed commit bc77fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testutil/singlevm/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo killall ciao-launcher
sleep 2
sudo "$ciao_gobin"/ciao-launcher --alsologtostderr -v 3 --hard-reset
sudo ip link del ciao_eth
sudo pkill -F /tmp/dnsmasq.macvlan0.pid
sudo pkill -F /tmp/dnsmasq.ciaovlan.pid
sudo docker rm -v -f ceph-demo
sudo rm /etc/ceph/*
sudo rm /etc/pki/ciao/controller_key.pem /etc/pki/ciao/ciao-image-key.pem
Expand Down
4 changes: 2 additions & 2 deletions testutil/singlevm/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ fi
# Set DHCP server with dnsmasq
sudo mkdir -p /var/lib/misc
if [ -x "$(command -v ip)" ]; then
sudo dnsmasq -C $ciao_scripts/dnsmasq.conf.macvlan0 \
--pid-file=/tmp/dnsmasq.macvlan0.pid
sudo dnsmasq -C $ciao_scripts/dnsmasq.conf.ciaovlan \
--pid-file=/tmp/dnsmasq.ciaovlan.pid
else
echo 'dnsmasq command is not supported'
fi
Expand Down

0 comments on commit bc77fbe

Please sign in to comment.