mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
small cleanups
This commit is contained in:
parent
a8fa3374da
commit
d83995e23c
@ -706,8 +706,6 @@ setup_dnsmasq() {
|
|||||||
sed -i -e "s/^dhcp-range_ip6=.*$//" /etc/dnsmasq.conf
|
sed -i -e "s/^dhcp-range_ip6=.*$//" /etc/dnsmasq.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#sed -i -e "s/^[#]*listen-address=.*$/listen-address=$LOCAL_ADDRS/" /etc/dnsmasq.conf
|
|
||||||
|
|
||||||
if [ "$RROUTER" == "1" ]
|
if [ "$RROUTER" == "1" ]
|
||||||
then
|
then
|
||||||
DEFAULT_GW=$GUEST_GW
|
DEFAULT_GW=$GUEST_GW
|
||||||
|
|||||||
@ -100,7 +100,7 @@ if [ $? -eq 0 ]; then
|
|||||||
conntrackd -F
|
conntrackd -F
|
||||||
conntrackd -k
|
conntrackd -k
|
||||||
else
|
else
|
||||||
conntrackd -F
|
conntrackd -F
|
||||||
fi
|
fi
|
||||||
log_it "VR config: Flushing conntrack table completed"
|
log_it "VR config: Flushing conntrack table completed"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user