P2P: Disable DNS server from dnsmasq
This avoids issues with multiple instances of dnsmasq running, e.g., with one on eth0 and the other one for the P2P group. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
c07f2615a0
commit
2e98839243
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ "$CMD" = "P2P-GROUP-STARTED" ]; then
|
||||||
# start with -z to avoid that
|
# start with -z to avoid that
|
||||||
dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
|
dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
|
||||||
-i $GIFNAME \
|
-i $GIFNAME \
|
||||||
-F192.168.42.11,192.168.42.99 --listen-address 192.168.42.1 -z
|
-F192.168.42.11,192.168.42.99 --listen-address 192.168.42.1 -z -p 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$4" = "client" ]; then
|
if [ "$4" = "client" ]; then
|
||||||
|
|
Loading…
Reference in a new issue