small cleanups

This commit is contained in:
Remi Bergsma 2015-09-25 19:17:38 +02:00
parent a8fa3374da
commit d83995e23c
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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"