From d83995e23c868f6a1b50b4768ba95d3e2d2dbb1e Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Fri, 25 Sep 2015 19:17:38 +0200 Subject: [PATCH] small cleanups --- systemvm/patches/debian/config/etc/init.d/cloud-early-config | 2 -- systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/systemvm/patches/debian/config/etc/init.d/cloud-early-config b/systemvm/patches/debian/config/etc/init.d/cloud-early-config index fec5ecf65fe..79a85e7fa13 100755 --- a/systemvm/patches/debian/config/etc/init.d/cloud-early-config +++ b/systemvm/patches/debian/config/etc/init.d/cloud-early-config @@ -706,8 +706,6 @@ setup_dnsmasq() { sed -i -e "s/^dhcp-range_ip6=.*$//" /etc/dnsmasq.conf fi - #sed -i -e "s/^[#]*listen-address=.*$/listen-address=$LOCAL_ADDRS/" /etc/dnsmasq.conf - if [ "$RROUTER" == "1" ] then DEFAULT_GW=$GUEST_GW diff --git a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh index dcc71ede69f..d0eb1fccf79 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh +++ b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh @@ -100,7 +100,7 @@ if [ $? -eq 0 ]; then conntrackd -F conntrackd -k else - conntrackd -F + conntrackd -F fi log_it "VR config: Flushing conntrack table completed"