mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Force multipath off on 6in4 interface
This commit is contained in:
parent
1608feff4c
commit
762596f77a
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ start_service() {
|
||||||
ifdown omr6in4
|
ifdown omr6in4
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ifup omr6in4
|
[ "$(ifstatus omr6in4 | jsonfilter -e '@.up' | tr -d '\n')" != "true" ] && ifup omr6in4
|
||||||
|
multipath 6in4-omr6in4 off 2>&1 >/dev/null
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
procd_set_param command /bin/omr-6in4
|
procd_set_param command /bin/omr-6in4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue