mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
vpnc-script: restart dnsmasq when openconnect disconnects
Signed-off-by: David Bentham <db260179@gmail.com>
This commit is contained in:
@@ -164,7 +164,11 @@ do_connect() {
|
||||
}
|
||||
|
||||
do_disconnect() {
|
||||
rm -f "/tmp/dnsmasq.d/openconnect.$TUNDEV"
|
||||
if [ -f "/tmp/dnsmasq.d/openconnect.$TUNDEV" ]; then
|
||||
rm -f "/tmp/dnsmasq.d/openconnect.$TUNDEV"
|
||||
/etc/init.d/dnsmasq restart
|
||||
fi
|
||||
|
||||
proto_init_update "$TUNDEV" 0
|
||||
proto_send_update "$INTERFACE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user