mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
No tracking for glorytun interface, log previous interface for gw change
This commit is contained in:
parent
af4d5483fa
commit
c1f972a07e
3 changed files with 9 additions and 8 deletions
|
@ -33,7 +33,7 @@ _validate_section() {
|
|||
|
||||
_launch_tracker() {
|
||||
case "$1" in
|
||||
loopback|lan*|if0*|tun*) return;;
|
||||
loopback|lan*|if0*) return;;
|
||||
esac
|
||||
|
||||
local hosts timeout tries interval options type enabled
|
||||
|
@ -42,6 +42,7 @@ _launch_tracker() {
|
|||
|
||||
local ifname ip4table
|
||||
config_get ifname "$1" ifname
|
||||
|
||||
config_get multipath "$1" multipath
|
||||
config_get gateway "$1" gateway
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue