diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-03-27 07:49:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-27 07:49:02 +0000 |
commit | c0c5ba6870a8e44c537c223aec8261587f39749b (patch) | |
tree | a558077c40a2ce35fc4887efbd7e0f9d8261a764 | |
parent | a720669923b555f348235076369479bb13571978 (diff) | |
parent | 3570a9d39984c078f039726b98fc33d26ef94baa (diff) |
Merge "Fix DNS use for testcase 3"
-rw-r--r-- | sdnvpn/artifacts/quagga_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/artifacts/quagga_setup.sh b/sdnvpn/artifacts/quagga_setup.sh index 6e61d9a..c2d27bc 100644 --- a/sdnvpn/artifacts/quagga_setup.sh +++ b/sdnvpn/artifacts/quagga_setup.sh @@ -7,7 +7,7 @@ echo 'ubuntu:opnfv' | chpasswd # dns fix -echo "8.8.8.8" > /etc/resolvconf/resolv.conf.d/head +echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head resolvconf -u # Wait for a floating IP |