Add keepalive option for vtund

pull/171/head
Igor Zalatov (from Citadel PC) 2022-01-31 10:47:17 +03:00
parent 5908a42bf3
commit 6e76d4ecc1
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ config() {
echo " device ${vtund_iface};" echo " device ${vtund_iface};"
echo " stat no;" echo " stat no;"
echo " persist yes;" echo " persist yes;"
echo " keepalive 10:5;"
echo " timeout 10;" echo " timeout 10;"
echo " up {" echo " up {"
echo " ifconfig \"${vtund_iface} hw ether ${identity_mac} mtu 1500 -multicast up\";" echo " ifconfig \"${vtund_iface} hw ether ${identity_mac} mtu 1500 -multicast up\";"