1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00

Add log for VPS routes

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-02-24 17:04:27 +01:00
parent eff4279608
commit 2db4018219

View file

@ -437,6 +437,8 @@ if [ -n "$OMR_TRACKER_DEVICE_IP" ] && [ -n "$OMR_TRACKER_DEVICE_GATEWAY" ]; then
else
config_foreach set_server_route server
fi
elif [ "$multipath_config" = "on" ]; then
_log "Warning for $OMR_TRACKER_INTERFACE - IP: $OMR_TRACKER_DEVICE_IP - GW: $OMR_TRACKER_DEVICE_GATEWAY"
fi
[ "$multipath_config" = "on" ] && {